Html Css Color HEX #57718C Kashmir Blue

📋 copy color: '#57718C'

red 87 ◦ green 113 ◦ blue 140

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

Shades of Kashmir Blue #57718C

Tints of Kashmir Blue #57718C

RGB

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

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

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

R = 25.59%
G = 33.24%
B = 41.18%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57718C (or 0x57718C) is known color: Kashmir Blue. HEX triplet: 57, 71 and 8C. RGB value is (87,113,140). Sum of RGB (Red+Green+Blue) = 87+113+140=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #57718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57718C is #A88E73. Grayscale: #6C6C6C. Windows color (decimal): -11046516 or 9204055. OLE color: 9204055.

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

Color convert

RGB 87 113 140 -
CMYK 0.38 0.19 0 0.45
HSL 210.57º 0.23% 0.45% -
HSV(B) 210.57º 0.38% 0.55% -
XYZ 14.57 15.73 27.08 -
YUV 108.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 87 113 140 0.38 0.19 0 0.45 210.57 0.23 0.45
Hex 57 71 8C 26 13 0 2D D3 17 2D
Octal 127 161 214 46 23 0 55 323 27 55
Binary 1010111 1110001 10001100 100110 10011 0 101101 11010011 10111 101101

Color Harmonies of #57718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57718C

Black with #57718C

Text Example


Text Example

White with #57718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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