Html Css Color HEX #576C88 Kashmir Blue

📋 copy color: '#576C88'

red 87 ◦ green 108 ◦ blue 136

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

Shades of Kashmir Blue #576C88

Tints of Kashmir Blue #576C88

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.63%

 BLUE value IS 136 (53.52% from 255) = 41.09%

R = 26.28%
G = 32.63%
B = 41.09%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#576C88 (or 0x576C88) is known color: Kashmir Blue. HEX triplet: 57, 6C and 88. RGB value is (87,108,136). Sum of RGB (Red+Green+Blue) = 87+108+136=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #576C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576C88 is #A89377. Grayscale: #686868. Windows color (decimal): -11047800 or 8940631. OLE color: 8940631.

HSL color Cylindrical-coordinate representation of color #576C88: hue angle of 214.29º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #576C88 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 108 136 -
CMYK 0.36 0.21 0 0.47
HSL 214.29º 0.22% 0.44% -
HSV(B) 214.29º 0.36% 0.53% -
XYZ 13.74 14.53 25.37 -
YUV 104.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 87 108 136 0.36 0.21 0 0.47 214.29 0.22 0.44
Hex 57 6C 88 24 15 0 2F D6 16 2C
Octal 127 154 210 44 25 0 57 326 26 54
Binary 1010111 1101100 10001000 100100 10101 0 101111 11010110 10110 101100

Color Harmonies of #576C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576C88

Black with #576C88

Text Example


Text Example

White with #576C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,108,136); }

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

background-color css

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

 a { background-color: rgb(87,108,136); }

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

border-color css

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

 span { border-color: rgb(87,108,136); }

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