Html Css Color HEX #567896 Kashmir Blue

📋 copy color: '#567896'

red 86 ◦ green 120 ◦ blue 150

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

Shades of Kashmir Blue #567896

Tints of Kashmir Blue #567896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.13%

R = 24.16%
G = 33.71%
B = 42.13%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#567896 (or 0x567896) is known color: Kashmir Blue. HEX triplet: 56, 78 and 96. RGB value is (86,120,150). Sum of RGB (Red+Green+Blue) = 86+120+150=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: blue. Hex color #567896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567896 is #A98769. Grayscale: #717171. Windows color (decimal): -11110250 or 9861206. OLE color: 9861206.

HSL color Cylindrical-coordinate representation of color #567896: hue angle of 208.12º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #567896 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 120 150 -
CMYK 0.43 0.20 0 0.41
HSL 208.13º 0.27% 0.46% -
HSV(B) 208.13º 0.43% 0.59% -
XYZ 16.06 17.61 31.41 -
YUV 113.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 86 120 150 0.43 0.20 0 0.41 208.13 0.27 0.46
Hex 56 78 96 2B 14 0 29 D0 1B 2E
Octal 126 170 226 53 24 0 51 320 33 56
Binary 1010110 1111000 10010110 101011 10100 0 101001 11010000 11011 101110

Color Harmonies of #567896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567896

Black with #567896

Text Example


Text Example

White with #567896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567896; }

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

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

background-color css

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

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

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

border-color css

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

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

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