#57667C

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

Shades of Kashmir Blue #57667C

Tints of Kashmir Blue #57667C

Color information

#57667C (or 0x57667C) is unknown color: approx Kashmir Blue. HEX triplet: 57, 66 and 7C. RGB value is (87,102,124). Sum of RGB (Red+Green+Blue) = 87+102+124=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #57667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57667C is #A89983. Grayscale: #636363. Windows color (decimal): -11049348 or 8152663. OLE color: 8152663.

HSL color Cylindrical-coordinate representation of color #57667C: hue angle of 215.68º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57667C is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB87102124-
CMYK0.300.1800.51
HSL215.68º17.54%41.37%-
HSV(B)215.68º29.84%48.63%-
XYZ12.3212.9820.93-
YUV100.02141.53118.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=27.80%
G=32.59%
B=39.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal871021240.300.1800.51215.6817.5441.37
Hex57667C1E12033d81229
Octal12714617436220633302251
Binary101011111001101111100111101001001100111101100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57667C; }

 p { color: rgb(87,102,124); }

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

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

 a { background-color: rgb(87,102,124); }

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

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

 span { border-color: rgb(87,102,124); }

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