Html Css Color HEX #57708B Kashmir Blue

📋 copy color: '#57708B'

red 87 ◦ green 112 ◦ blue 139

#57708B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #57708B

Tints of Kashmir Blue #57708B

RGB

 RED value IS 87 (34.38% from 255) = 25.74%

 GREEN value IS 112 (44.14% from 255) = 33.14%

 BLUE value IS 139 (54.69% from 255) = 41.12%

R = 25.74%
G = 33.14%
B = 41.12%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57708B (or 0x57708B) is known color: Kashmir Blue. HEX triplet: 57, 70 and 8B. RGB value is (87,112,139). Sum of RGB (Red+Green+Blue) = 87+112+139=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #57708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57708B is #A88F74. Grayscale: #6B6B6B. Windows color (decimal): -11046773 or 9138263. OLE color: 9138263.

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

Color convert

RGB 87 112 139 -
CMYK 0.37 0.19 0 0.45
HSL 211.15º 0.23% 0.44% -
HSV(B) 211.15º 0.37% 0.55% -
XYZ 14.38 15.48 26.66 -
YUV 107.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 87 112 139 0.37 0.19 0 0.45 211.15 0.23 0.44
Hex 57 70 8B 25 13 0 2D D3 17 2C
Octal 127 160 213 45 23 0 55 323 27 54
Binary 1010111 1110000 10001011 100101 10011 0 101101 11010011 10111 101100

Color Harmonies of #57708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57708B

Black with #57708B

Text Example


Text Example

White with #57708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57708B;
 }
 .AnyTagClassName
 {
   color: #57708B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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