Html Css Color HEX #576F8E Kashmir Blue

📋 copy color: '#576F8E'

red 87 ◦ green 111 ◦ blue 142

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

Shades of Kashmir Blue #576F8E

Tints of Kashmir Blue #576F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.76%

R = 25.59%
G = 32.65%
B = 41.76%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#576F8E (or 0x576F8E) is known color: Kashmir Blue. HEX triplet: 57, 6F and 8E. RGB value is (87,111,142). Sum of RGB (Red+Green+Blue) = 87+111+142=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 142 - color contains mainly: blue. Hex color #576F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576F8E is #A89071. Grayscale: #6B6B6B. Windows color (decimal): -11047026 or 9334615. OLE color: 9334615.

HSL color Cylindrical-coordinate representation of color #576F8E: hue angle of 213.82º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #576F8E is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 111 142 -
CMYK 0.39 0.22 0 0.44
HSL 213.82º 0.24% 0.45% -
HSV(B) 213.82º 0.39% 0.56% -
XYZ 14.5 15.35 27.79 -
YUV 107.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 87 111 142 0.39 0.22 0 0.44 213.82 0.24 0.45
Hex 57 6F 8E 27 16 0 2C D6 18 2D
Octal 127 157 216 47 26 0 54 326 30 55
Binary 1010111 1101111 10001110 100111 10110 0 101100 11010110 11000 101101

Color Harmonies of #576F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F8E

Black with #576F8E

Text Example


Text Example

White with #576F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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