Html Css Color HEX #576484 Kashmir Blue

📋 copy color: '#576484'

red 87 ◦ green 100 ◦ blue 132

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

Shades of Kashmir Blue #576484

Tints of Kashmir Blue #576484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.35%

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

R = 27.27%
G = 31.35%
B = 41.38%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#576484 (or 0x576484) is known color: Kashmir Blue. HEX triplet: 57, 64 and 84. RGB value is (87,100,132). Sum of RGB (Red+Green+Blue) = 87+100+132=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #576484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576484 is #A89B7B. Grayscale: #636363. Windows color (decimal): -11049852 or 8676439. OLE color: 8676439.

HSL color Cylindrical-coordinate representation of color #576484: hue angle of 222.67º 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 #576484 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 100 132 -
CMYK 0.34 0.24 0 0.48
HSL 222.67º 0.21% 0.43% -
HSV(B) 222.67º 0.34% 0.52% -
XYZ 12.65 12.81 23.63 -
YUV 99.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 87 100 132 0.34 0.24 0 0.48 222.67 0.21 0.43
Hex 57 64 84 22 18 0 30 DF 15 2B
Octal 127 144 204 42 30 0 60 337 25 53
Binary 1010111 1100100 10000100 100010 11000 0 110000 11011111 10101 101011

Color Harmonies of #576484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576484

Black with #576484

Text Example


Text Example

White with #576484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576484; }

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

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

background-color css

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

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

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

border-color css

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

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

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