Html Css Color HEX #57657C Kashmir Blue

📋 copy color: '#57657C'

red 87 ◦ green 101 ◦ blue 124

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

Shades of Kashmir Blue #57657C

Tints of Kashmir Blue #57657C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.74%

R = 27.88%
G = 32.37%
B = 39.74%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57657C (or 0x57657C) is known color: Kashmir Blue. HEX triplet: 57, 65 and 7C. RGB value is (87,101,124). Sum of RGB (Red+Green+Blue) = 87+101+124=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #57657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57657C is #A89A83. Grayscale: #636363. Windows color (decimal): -11049604 or 8152407. OLE color: 8152407.

HSL color Cylindrical-coordinate representation of color #57657C: hue angle of 217.3º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57657C is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 101 124 -
CMYK 0.30 0.19 0 0.51
HSL 217.3º 0.18% 0.41% -
HSV(B) 217.3º 0.3% 0.49% -
XYZ 12.22 12.79 20.89 -
YUV 99.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 87 101 124 0.30 0.19 0 0.51 217.3 0.18 0.41
Hex 57 65 7C 1E 13 0 33 D9 12 29
Octal 127 145 174 36 23 0 63 331 22 51
Binary 1010111 1100101 1111100 11110 10011 0 110011 11011001 10010 101001

Color Harmonies of #57657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57657C

Black with #57657C

Text Example


Text Example

White with #57657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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