Html Css Color HEX #576884 Kashmir Blue

📋 copy color: '#576884'

red 87 ◦ green 104 ◦ blue 132

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

Shades of Kashmir Blue #576884

Tints of Kashmir Blue #576884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.87%

R = 26.93%
G = 32.2%
B = 40.87%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#576884 (or 0x576884) is known color: Kashmir Blue. HEX triplet: 57, 68 and 84. RGB value is (87,104,132). Sum of RGB (Red+Green+Blue) = 87+104+132=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 132 - color contains mainly: blue. Hex color #576884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576884 is #A8977B. Grayscale: #656565. Windows color (decimal): -11048828 or 8677463. OLE color: 8677463.

HSL color Cylindrical-coordinate representation of color #576884: hue angle of 217.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #576884 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 104 132 -
CMYK 0.34 0.21 0 0.48
HSL 217.33º 0.21% 0.43% -
HSV(B) 217.33º 0.34% 0.52% -
XYZ 13.05 13.59 23.77 -
YUV 102.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 87 104 132 0.34 0.21 0 0.48 217.33 0.21 0.43
Hex 57 68 84 22 15 0 30 D9 15 2B
Octal 127 150 204 42 25 0 60 331 25 53
Binary 1010111 1101000 10000100 100010 10101 0 110000 11011001 10101 101011

Color Harmonies of #576884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576884

Black with #576884

Text Example


Text Example

White with #576884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576884; }

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

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

background-color css

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

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

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

border-color css

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

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

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