Html Css Color HEX #57718B Kashmir Blue

📋 copy color: '#57718B'

red 87 ◦ green 113 ◦ blue 139

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

Shades of Kashmir Blue #57718B

Tints of Kashmir Blue #57718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

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

R = 25.66%
G = 33.33%
B = 41%

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

#57718B (or 0x57718B) is known color: Kashmir Blue. HEX triplet: 57, 71 and 8B. RGB value is (87,113,139). Sum of RGB (Red+Green+Blue) = 87+113+139=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #57718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57718B is #A88E74. Grayscale: #6C6C6C. Windows color (decimal): -11046517 or 9138519. OLE color: 9138519.

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

Color convert

RGB 87 113 139 -
CMYK 0.37 0.19 0 0.45
HSL 210º 0.23% 0.44% -
HSV(B) 210º 0.37% 0.55% -
XYZ 14.5 15.7 26.69 -
YUV 108.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 87 113 139 0.37 0.19 0 0.45 210 0.23 0.44
Hex 57 71 8B 25 13 0 2D D2 17 2C
Octal 127 161 213 45 23 0 55 322 27 54
Binary 1010111 1110001 10001011 100101 10011 0 101101 11010010 10111 101100

Color Harmonies of #57718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57718B

Black with #57718B

Text Example


Text Example

White with #57718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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