Html Css Color HEX #576887 Kashmir Blue

📋 copy color: '#576887'

red 87 ◦ green 104 ◦ blue 135

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

Shades of Kashmir Blue #576887

Tints of Kashmir Blue #576887

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.9%

 BLUE value IS 135 (53.13% from 255) = 41.41%

R = 26.69%
G = 31.9%
B = 41.41%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#576887 (or 0x576887) is known color: Kashmir Blue. HEX triplet: 57, 68 and 87. RGB value is (87,104,135). Sum of RGB (Red+Green+Blue) = 87+104+135=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 135 - color contains mainly: blue. Hex color #576887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576887 is #A89778. Grayscale: #666666. Windows color (decimal): -11048825 or 8874071. OLE color: 8874071.

HSL color Cylindrical-coordinate representation of color #576887: hue angle of 218.75º 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 #576887 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 104 135 -
CMYK 0.36 0.23 0 0.47
HSL 218.75º 0.22% 0.44% -
HSV(B) 218.75º 0.36% 0.53% -
XYZ 13.25 13.68 24.86 -
YUV 102.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 87 104 135 0.36 0.23 0 0.47 218.75 0.22 0.44
Hex 57 68 87 24 17 0 2F DB 16 2C
Octal 127 150 207 44 27 0 57 333 26 54
Binary 1010111 1101000 10000111 100100 10111 0 101111 11011011 10110 101100

Color Harmonies of #576887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576887

Black with #576887

Text Example


Text Example

White with #576887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576887; }

 p { color: rgb(87,104,135); }

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

background-color css

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

 a { background-color: rgb(87,104,135); }

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

border-color css

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

 span { border-color: rgb(87,104,135); }

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