Html Css Color HEX #57657F Kashmir Blue

📋 copy color: '#57657F'

red 87 ◦ green 101 ◦ blue 127

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

Shades of Kashmir Blue #57657F

Tints of Kashmir Blue #57657F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.06%

 BLUE value IS 127 (50% from 255) = 40.32%

R = 27.62%
G = 32.06%
B = 40.32%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#57657F (or 0x57657F) is known color: Kashmir Blue. HEX triplet: 57, 65 and 7F. RGB value is (87,101,127). Sum of RGB (Red+Green+Blue) = 87+101+127=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 127 - color contains mainly: blue. Hex color #57657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57657F is #A89A80. Grayscale: #636363. Windows color (decimal): -11049601 or 8349015. OLE color: 8349015.

HSL color Cylindrical-coordinate representation of color #57657F: hue angle of 219º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57657F is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 101 127 -
CMYK 0.31 0.20 0 0.50
HSL 219º 0.19% 0.42% -
HSV(B) 219º 0.31% 0.5% -
XYZ 12.41 12.87 21.91 -
YUV 99.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 87 101 127 0.31 0.20 0 0.50 219 0.19 0.42
Hex 57 65 7F 1F 14 0 32 DB 13 2A
Octal 127 145 177 37 24 0 62 333 23 52
Binary 1010111 1100101 1111111 11111 10100 0 110010 11011011 10011 101010

Color Harmonies of #57657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57657F

Black with #57657F

Text Example


Text Example

White with #57657F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57657F; }

 p { color: rgb(87,101,127); }

 H1.HeaderClassName
 {
   color: #57657F;
 }
 .AnyTagClassName
 {
   color: #57657F;
 }
</style>

background-color css

<style>
 a { background-color: #57657F; }

 a { background-color: rgb(87,101,127); }

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

border-color css

<style>
 span { border-color: #57657F; }

 span { border-color: rgb(87,101,127); }

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