#57708D

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

Shades of Kashmir Blue #57708D

Tints of Kashmir Blue #57708D

Color information

#57708D (or 0x57708D) is unknown color: approx Kashmir Blue. HEX triplet: 57, 70 and 8D. RGB value is (87,112,141). Sum of RGB (Red+Green+Blue) = 87+112+141=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #57708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57708D is #A88F72. Grayscale: #6B6B6B. Windows color (decimal): -11046771 or 9269335. OLE color: 9269335.

HSL color Cylindrical-coordinate representation of color #57708D: hue angle of 212.22º 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 #57708D is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87112141-
CMYK0.380.2100.45
HSL212.22º23.68%44.71%-
HSV(B)212.22º38.3%55.29%-
XYZ14.5315.5427.43-
YUV107.83146.72113.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.59%
GREEN value IS 112 (44.14% from 255) = 32.94%
BLUE value IS 141 (55.47% from 255) = 41.47%
R=25.59%
G=32.94%
B=41.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871121410.380.2100.45212.2223.6844.71
Hex57708D261502Dd4182d
Octal12716021546250553243055
Binary10101111110000100011011001101010101011011101010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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