#576B8F

Color #576B8F Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #576B8F

Tints of Kashmir Blue #576B8F

Color information

#576B8F (or 0x576B8F) is unknown color: approx Kashmir Blue. HEX triplet: 57, 6B and 8F. RGB value is (87,107,143). Sum of RGB (Red+Green+Blue) = 87+107+143=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 143 - color contains mainly: blue. Hex color #576B8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576B8F is #A89470. Grayscale: #686868. Windows color (decimal): -11048049 or 9399127. OLE color: 9399127.

HSL color Cylindrical-coordinate representation of color #576B8F: hue angle of 218.57º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #576B8F is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87107143-
CMYK0.390.2500.44
HSL218.57º24.35%45.1%-
HSV(B)218.57º39.16%56.08%-
XYZ14.1514.5228.04-
YUV105.12149.37115.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.82%
GREEN value IS 107 (42.19% from 255) = 31.75%
BLUE value IS 143 (56.25% from 255) = 42.43%
R=25.82%
G=31.75%
B=42.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871071430.390.2500.44218.5724.3545.1
Hex576B8F271902Cdb182d
Octal12715321747310543333055
Binary10101111101011100011111001111100101011001101101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576B8F; }

 p { color: rgb(87,107,143); }

 H1.HeaderClassName
 {
   color: #576B8F;
 }
 .AnyTagClassName
 {
   color: #576B8F;
 }
</style>
background-color css

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

 a { background-color: rgb(87,107,143); }

 div.DivClassName
 {
   background-color: #576B8F;
 }
 .BgClassName
 {
   background-color: #576B8F;
 }
</style>
border-color css

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

 span { border-color: rgb(87,107,143); }

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