#57728B

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

Shades of Kashmir Blue #57728B

Tints of Kashmir Blue #57728B

Color information

#57728B (or 0x57728B) is unknown color: approx Kashmir Blue. HEX triplet: 57, 72 and 8B. RGB value is (87,114,139). Sum of RGB (Red+Green+Blue) = 87+114+139=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #57728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57728B is #A88D74. Grayscale: #6C6C6C. Windows color (decimal): -11046261 or 9138775. OLE color: 9138775.

HSL color Cylindrical-coordinate representation of color #57728B: hue angle of 208.85º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57728B is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87114139-
CMYK0.370.1800.45
HSL208.85º23.01%44.31%-
HSV(B)208.85º37.41%54.51%-
XYZ14.6115.9226.73-
YUV108.78145.05112.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.59%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=25.59%
G=33.53%
B=40.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871141390.370.1800.45208.8523.0144.31
Hex57728B251202Dd1172c
Octal12716221345220553212754
Binary10101111110010100010111001011001001011011101000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57728B; }

 p { color: rgb(87,114,139); }

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

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

 a { background-color: rgb(87,114,139); }

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

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

 span { border-color: rgb(87,114,139); }

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