#57768E

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

Shades of Kashmir Blue #57768E

Tints of Kashmir Blue #57768E

Color information

#57768E (or 0x57768E) is unknown color: approx Kashmir Blue. HEX triplet: 57, 76 and 8E. RGB value is (87,118,142). Sum of RGB (Red+Green+Blue) = 87+118+142=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 142 - color contains mainly: blue. Hex color #57768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57768E is #A88971. Grayscale: #6F6F6F. Windows color (decimal): -11045234 or 9336407. OLE color: 9336407.

HSL color Cylindrical-coordinate representation of color #57768E: hue angle of 206.18º 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 #57768E is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87118142-
CMYK0.390.1700.44
HSL206.18º24.02%44.9%-
HSV(B)206.18º38.73%55.69%-
XYZ15.2916.9428.05-
YUV111.47145.23110.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.07%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 142 (55.86% from 255) = 40.92%
R=25.07%
G=34.01%
B=40.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871181420.390.1700.44206.1824.0244.9
Hex57768E271102Cce182d
Octal12716621647210543163055
Binary10101111110110100011101001111000101011001100111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57768E; }

 p { color: rgb(87,118,142); }

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

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

 a { background-color: rgb(87,118,142); }

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

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

 span { border-color: rgb(87,118,142); }

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