Html Css Color HEX #576C89 Kashmir Blue

📋 copy color: '#576C89'

red 87 ◦ green 108 ◦ blue 137

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

Shades of Kashmir Blue #576C89

Tints of Kashmir Blue #576C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.27%

R = 26.2%
G = 32.53%
B = 41.27%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#576C89 (or 0x576C89) is known color: Kashmir Blue. HEX triplet: 57, 6C and 89. RGB value is (87,108,137). Sum of RGB (Red+Green+Blue) = 87+108+137=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #576C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576C89 is #A89376. Grayscale: #686868. Windows color (decimal): -11047799 or 9006167. OLE color: 9006167.

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

Color convert

RGB 87 108 137 -
CMYK 0.36 0.21 0 0.46
HSL 214.8º 0.22% 0.44% -
HSV(B) 214.8º 0.36% 0.54% -
XYZ 13.81 14.56 25.75 -
YUV 105.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 87 108 137 0.36 0.21 0 0.46 214.8 0.22 0.44
Hex 57 6C 89 24 15 0 2E D7 16 2C
Octal 127 154 211 44 25 0 56 327 26 54
Binary 1010111 1101100 10001001 100100 10101 0 101110 11010111 10110 101100

Color Harmonies of #576C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576C89

Black with #576C89

Text Example


Text Example

White with #576C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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