Html Css Color HEX #576F89 Kashmir Blue

📋 copy color: '#576F89'

red 87 ◦ green 111 ◦ blue 137

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

Shades of Kashmir Blue #576F89

Tints of Kashmir Blue #576F89

RGB

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

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

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

R = 25.97%
G = 33.13%
B = 40.9%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#576F89 (or 0x576F89) is known color: Kashmir Blue. HEX triplet: 57, 6F and 89. RGB value is (87,111,137). Sum of RGB (Red+Green+Blue) = 87+111+137=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #576F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576F89 is #A89076. Grayscale: #6A6A6A. Windows color (decimal): -11047031 or 9006935. OLE color: 9006935.

HSL color Cylindrical-coordinate representation of color #576F89: hue angle of 211.2º 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 #576F89 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 111 137 -
CMYK 0.36 0.19 0 0.46
HSL 211.2º 0.22% 0.44% -
HSV(B) 211.2º 0.36% 0.54% -
XYZ 14.13 15.2 25.86 -
YUV 106.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 87 111 137 0.36 0.19 0 0.46 211.2 0.22 0.44
Hex 57 6F 89 24 13 0 2E D3 16 2C
Octal 127 157 211 44 23 0 56 323 26 54
Binary 1010111 1101111 10001001 100100 10011 0 101110 11010011 10110 101100

Color Harmonies of #576F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F89

Black with #576F89

Text Example


Text Example

White with #576F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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