Html Css Color HEX #576F91 Kashmir Blue

📋 copy color: '#576F91'

red 87 ◦ green 111 ◦ blue 145

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

Shades of Kashmir Blue #576F91

Tints of Kashmir Blue #576F91

RGB

 RED value IS 87 (34.38% from 255) = 25.36%

 GREEN value IS 111 (43.75% from 255) = 32.36%

 BLUE value IS 145 (57.03% from 255) = 42.27%

R = 25.36%
G = 32.36%
B = 42.27%

CMYK

 C value IS 0.4

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#576F91 (or 0x576F91) is known color: Kashmir Blue. HEX triplet: 57, 6F and 91. RGB value is (87,111,145). Sum of RGB (Red+Green+Blue) = 87+111+145=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #576F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576F91 is #A8906E. Grayscale: #6B6B6B. Windows color (decimal): -11047023 or 9531223. OLE color: 9531223.

HSL color Cylindrical-coordinate representation of color #576F91: hue angle of 215.17º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #576F91 is Cyan = 0.4, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 111 145 -
CMYK 0.4 0.23 0 0.43
HSL 215.17º 0.25% 0.45% -
HSV(B) 215.17º 0.4% 0.57% -
XYZ 14.73 15.44 28.99 -
YUV 107.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 87 111 145 0.4 0.23 0 0.43 215.17 0.25 0.45
Hex 57 6F 91 28 17 0 2B D7 19 2D
Octal 127 157 221 50 27 0 53 327 31 55
Binary 1010111 1101111 10010001 101000 10111 0 101011 11010111 11001 101101

Color Harmonies of #576F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F91

Black with #576F91

Text Example


Text Example

White with #576F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576F91; }

 p { color: rgb(87,111,145); }

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

background-color css

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

 a { background-color: rgb(87,111,145); }

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

border-color css

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

 span { border-color: rgb(87,111,145); }

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