Html Css Color HEX #57708C Kashmir Blue

📋 copy color: '#57708C'

red 87 ◦ green 112 ◦ blue 140

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

Shades of Kashmir Blue #57708C

Tints of Kashmir Blue #57708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.3%

R = 25.66%
G = 33.04%
B = 41.3%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57708C (or 0x57708C) is known color: Kashmir Blue. HEX triplet: 57, 70 and 8C. RGB value is (87,112,140). Sum of RGB (Red+Green+Blue) = 87+112+140=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #57708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57708C is #A88F73. Grayscale: #6B6B6B. Windows color (decimal): -11046772 or 9203799. OLE color: 9203799.

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

Color convert

RGB 87 112 140 -
CMYK 0.38 0.20 0 0.45
HSL 211.7º 0.23% 0.45% -
HSV(B) 211.7º 0.38% 0.55% -
XYZ 14.46 15.51 27.04 -
YUV 107.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 87 112 140 0.38 0.20 0 0.45 211.7 0.23 0.45
Hex 57 70 8C 26 14 0 2D D4 17 2D
Octal 127 160 214 46 24 0 55 324 27 55
Binary 1010111 1110000 10001100 100110 10100 0 101101 11010100 10111 101101

Color Harmonies of #57708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57708C

Black with #57708C

Text Example


Text Example

White with #57708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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