Html Css Color HEX #57708E Kashmir Blue

📋 copy color: '#57708E'

red 87 ◦ green 112 ◦ blue 142

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

Shades of Kashmir Blue #57708E

Tints of Kashmir Blue #57708E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.64%

R = 25.51%
G = 32.84%
B = 41.64%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57708E (or 0x57708E) is known color: Kashmir Blue. HEX triplet: 57, 70 and 8E. RGB value is (87,112,142). Sum of RGB (Red+Green+Blue) = 87+112+142=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #57708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57708E is #A88F71. Grayscale: #6B6B6B. Windows color (decimal): -11046770 or 9334871. OLE color: 9334871.

HSL color Cylindrical-coordinate representation of color #57708E: hue angle of 212.73º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57708E is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 112 142 -
CMYK 0.39 0.21 0 0.44
HSL 212.73º 0.24% 0.45% -
HSV(B) 212.73º 0.39% 0.56% -
XYZ 14.61 15.57 27.83 -
YUV 107.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 87 112 142 0.39 0.21 0 0.44 212.73 0.24 0.45
Hex 57 70 8E 27 15 0 2C D5 18 2D
Octal 127 160 216 47 25 0 54 325 30 55
Binary 1010111 1110000 10001110 100111 10101 0 101100 11010101 11000 101101

Color Harmonies of #57708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57708E

Black with #57708E

Text Example


Text Example

White with #57708E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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