Html Css Color HEX #567996 Kashmir Blue

📋 copy color: '#567996'

red 86 ◦ green 121 ◦ blue 150

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

Shades of Kashmir Blue #567996

Tints of Kashmir Blue #567996

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.89%

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

R = 24.09%
G = 33.89%
B = 42.02%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#567996 (or 0x567996) is known color: Kashmir Blue. HEX triplet: 56, 79 and 96. RGB value is (86,121,150). Sum of RGB (Red+Green+Blue) = 86+121+150=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #567996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567996 is #A98669. Grayscale: #717171. Windows color (decimal): -11109994 or 9861462. OLE color: 9861462.

HSL color Cylindrical-coordinate representation of color #567996: hue angle of 207.19º 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 #567996 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 121 150 -
CMYK 0.43 0.19 0 0.41
HSL 207.19º 0.27% 0.46% -
HSV(B) 207.19º 0.43% 0.59% -
XYZ 16.18 17.86 31.45 -
YUV 113.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 86 121 150 0.43 0.19 0 0.41 207.19 0.27 0.46
Hex 56 79 96 2B 13 0 29 CF 1B 2E
Octal 126 171 226 53 23 0 51 317 33 56
Binary 1010110 1111001 10010110 101011 10011 0 101001 11001111 11011 101110

Color Harmonies of #567996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567996

Black with #567996

Text Example


Text Example

White with #567996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567996; }

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

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

background-color css

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

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

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

border-color css

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

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

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