Html Css Color HEX #576781 Kashmir Blue

📋 copy color: '#576781'

red 87 ◦ green 103 ◦ blue 129

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

Shades of Kashmir Blue #576781

Tints of Kashmir Blue #576781

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.29%

 BLUE value IS 129 (50.78% from 255) = 40.44%

R = 27.27%
G = 32.29%
B = 40.44%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#576781 (or 0x576781) is known color: Kashmir Blue. HEX triplet: 57, 67 and 81. RGB value is (87,103,129). Sum of RGB (Red+Green+Blue) = 87+103+129=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 129 - color contains mainly: blue. Hex color #576781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576781 is #A8987E. Grayscale: #656565. Windows color (decimal): -11049087 or 8480599. OLE color: 8480599.

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

Color convert

RGB 87 103 129 -
CMYK 0.33 0.20 0 0.49
HSL 217.14º 0.19% 0.42% -
HSV(B) 217.14º 0.33% 0.51% -
XYZ 12.74 13.31 22.67 -
YUV 101.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 87 103 129 0.33 0.20 0 0.49 217.14 0.19 0.42
Hex 57 67 81 21 14 0 31 D9 13 2A
Octal 127 147 201 41 24 0 61 331 23 52
Binary 1010111 1100111 10000001 100001 10100 0 110001 11011001 10011 101010

Color Harmonies of #576781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576781

Black with #576781

Text Example


Text Example

White with #576781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576781; }

 p { color: rgb(87,103,129); }

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

background-color css

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

 a { background-color: rgb(87,103,129); }

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

border-color css

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

 span { border-color: rgb(87,103,129); }

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