Html Css Color HEX #567895 Kashmir Blue

📋 copy color: '#567895'

red 86 ◦ green 120 ◦ blue 149

#567895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #567895

Tints of Kashmir Blue #567895

RGB

 RED value IS 86 (33.98% from 255) = 24.23%

 GREEN value IS 120 (47.27% from 255) = 33.8%

 BLUE value IS 149 (58.59% from 255) = 41.97%

R = 24.23%
G = 33.8%
B = 41.97%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#567895 (or 0x567895) is known color: Kashmir Blue. HEX triplet: 56, 78 and 95. RGB value is (86,120,149). Sum of RGB (Red+Green+Blue) = 86+120+149=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #567895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567895 is #A9876A. Grayscale: #707070. Windows color (decimal): -11110251 or 9795670. OLE color: 9795670.

HSL color Cylindrical-coordinate representation of color #567895: hue angle of 207.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #567895 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 120 149 -
CMYK 0.42 0.19 0 0.42
HSL 207.62º 0.27% 0.46% -
HSV(B) 207.62º 0.42% 0.58% -
XYZ 15.98 17.58 30.99 -
YUV 113.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 86 120 149 0.42 0.19 0 0.42 207.62 0.27 0.46
Hex 56 78 95 2A 13 0 2A D0 1B 2E
Octal 126 170 225 52 23 0 52 320 33 56
Binary 1010110 1111000 10010101 101010 10011 0 101010 11010000 11011 101110

Color Harmonies of #567895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567895

Black with #567895

Text Example


Text Example

White with #567895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567895; }

 p { color: rgb(86,120,149); }

 H1.HeaderClassName
 {
   color: #567895;
 }
 .AnyTagClassName
 {
   color: #567895;
 }
</style>

background-color css

<style>
 a { background-color: #567895; }

 a { background-color: rgb(86,120,149); }

 div.DivClassName
 {
   background-color: #567895;
 }
 .BgClassName
 {
   background-color: #567895;
 }
</style>

border-color css

<style>
 span { border-color: #567895; }

 span { border-color: rgb(86,120,149); }

 td.TdClassName
 {
   border-color: #567895;
 }
 .TagClassName
 {
   border-color: #567895;
 }
</style>