#57728D

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

Shades of Kashmir Blue #57728D

Tints of Kashmir Blue #57728D

Color information

#57728D (or 0x57728D) is unknown color: approx Kashmir Blue. HEX triplet: 57, 72 and 8D. RGB value is (87,114,141). Sum of RGB (Red+Green+Blue) = 87+114+141=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #57728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57728D is #A88D72. Grayscale: #6C6C6C. Windows color (decimal): -11046259 or 9269847. OLE color: 9269847.

HSL color Cylindrical-coordinate representation of color #57728D: hue angle of 210º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57728D is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87114141-
CMYK0.380.1900.45
HSL210º23.68%44.71%-
HSV(B)210º38.3%55.29%-
XYZ14.7615.9827.51-
YUV109146.05112.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.44%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=25.44%
G=33.33%
B=41.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871141410.380.1900.4521023.6844.71
Hex57728D261302Dd2182d
Octal12716221546230553223055
Binary10101111110010100011011001101001101011011101001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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