#57768F

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

Shades of Kashmir Blue #57768F

Tints of Kashmir Blue #57768F

Color information

#57768F (or 0x57768F) is unknown color: approx Kashmir Blue. HEX triplet: 57, 76 and 8F. RGB value is (87,118,143). Sum of RGB (Red+Green+Blue) = 87+118+143=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 143 - color contains mainly: blue. Hex color #57768F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57768F is #A88970. Grayscale: #6F6F6F. Windows color (decimal): -11045233 or 9401943. OLE color: 9401943.

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

Color convert

RGB87118143-
CMYK0.390.1700.44
HSL206.79º24.35%45.1%-
HSV(B)206.79º39.16%56.08%-
XYZ15.3716.9728.45-
YUV111.58145.73110.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 143 (56.25% from 255) = 41.09%
R=25%
G=33.91%
B=41.09%

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
Decimal871181430.390.1700.44206.7924.3545.1
Hex57768F271102Ccf182d
Octal12716621747210543173055
Binary10101111110110100011111001111000101011001100111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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