Html Css Color HEX #576480 Kashmir Blue

📋 copy color: '#576480'

red 87 ◦ green 100 ◦ blue 128

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

Shades of Kashmir Blue #576480

Tints of Kashmir Blue #576480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.63%

R = 27.62%
G = 31.75%
B = 40.63%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#576480 (or 0x576480) is known color: Kashmir Blue. HEX triplet: 57, 64 and 80. RGB value is (87,100,128). Sum of RGB (Red+Green+Blue) = 87+100+128=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 128 - color contains mainly: blue. Hex color #576480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576480 is #A89B7F. Grayscale: #636363. Windows color (decimal): -11049856 or 8414295. OLE color: 8414295.

HSL color Cylindrical-coordinate representation of color #576480: hue angle of 220.98º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #576480 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 100 128 -
CMYK 0.32 0.22 0 0.50
HSL 220.98º 0.19% 0.42% -
HSV(B) 220.98º 0.32% 0.5% -
XYZ 12.38 12.7 22.22 -
YUV 99.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 87 100 128 0.32 0.22 0 0.50 220.98 0.19 0.42
Hex 57 64 80 20 16 0 32 DD 13 2A
Octal 127 144 200 40 26 0 62 335 23 52
Binary 1010111 1100100 10000000 100000 10110 0 110010 11011101 10011 101010

Color Harmonies of #576480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576480

Black with #576480

Text Example


Text Example

White with #576480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576480; }

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

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

background-color css

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

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

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

border-color css

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

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

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