Html Css Color HEX #576280 Kashmir Blue

📋 copy color: '#576280'

red 87 ◦ green 98 ◦ blue 128

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

Shades of Kashmir Blue #576280

Tints of Kashmir Blue #576280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.31%

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

R = 27.8%
G = 31.31%
B = 40.89%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#576280 (or 0x576280) is known color: Kashmir Blue. HEX triplet: 57, 62 and 80. RGB value is (87,98,128). Sum of RGB (Red+Green+Blue) = 87+98+128=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 128 - color contains mainly: blue. Hex color #576280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576280 is #A89D7F. Grayscale: #626262. Windows color (decimal): -11050368 or 8413783. OLE color: 8413783.

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

Color convert

RGB 87 98 128 -
CMYK 0.32 0.23 0 0.50
HSL 223.9º 0.19% 0.42% -
HSV(B) 223.9º 0.32% 0.5% -
XYZ 12.19 12.32 22.16 -
YUV 98.13 144.86 120.06 -
System Red Green Blue C M Y K H S L
Decimal 87 98 128 0.32 0.23 0 0.50 223.9 0.19 0.42
Hex 57 62 80 20 17 0 32 E0 13 2A
Octal 127 142 200 40 27 0 62 340 23 52
Binary 1010111 1100010 10000000 100000 10111 0 110010 11100000 10011 101010

Color Harmonies of #576280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576280

Black with #576280

Text Example


Text Example

White with #576280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576280; }

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

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

background-color css

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

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

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

border-color css

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

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

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