Html Css Color HEX #576282 Kashmir Blue

📋 copy color: '#576282'

red 87 ◦ green 98 ◦ blue 130

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

Shades of Kashmir Blue #576282

Tints of Kashmir Blue #576282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.27%

R = 27.62%
G = 31.11%
B = 41.27%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#576282 (or 0x576282) is known color: Kashmir Blue. HEX triplet: 57, 62 and 82. RGB value is (87,98,130). Sum of RGB (Red+Green+Blue) = 87+98+130=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #576282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576282 is #A89D7D. Grayscale: #626262. Windows color (decimal): -11050366 or 8544855. OLE color: 8544855.

HSL color Cylindrical-coordinate representation of color #576282: hue angle of 224.65º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #576282 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 98 130 -
CMYK 0.33 0.25 0 0.49
HSL 224.65º 0.2% 0.43% -
HSV(B) 224.65º 0.33% 0.51% -
XYZ 12.33 12.37 22.86 -
YUV 98.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 87 98 130 0.33 0.25 0 0.49 224.65 0.2 0.43
Hex 57 62 82 21 19 0 31 E1 14 2B
Octal 127 142 202 41 31 0 61 341 24 53
Binary 1010111 1100010 10000010 100001 11001 0 110001 11100001 10100 101011

Color Harmonies of #576282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576282

Black with #576282

Text Example


Text Example

White with #576282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576282; }

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

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

background-color css

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

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

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

border-color css

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

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

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