Html Css Color HEX #57677F Kashmir Blue

📋 copy color: '#57677F'

red 87 ◦ green 103 ◦ blue 127

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

Shades of Kashmir Blue #57677F

Tints of Kashmir Blue #57677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.49%

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

R = 27.44%
G = 32.49%
B = 40.06%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#57677F (or 0x57677F) is known color: Kashmir Blue. HEX triplet: 57, 67 and 7F. RGB value is (87,103,127). Sum of RGB (Red+Green+Blue) = 87+103+127=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #57677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57677F is #A89880. Grayscale: #646464. Windows color (decimal): -11049089 or 8349527. OLE color: 8349527.

HSL color Cylindrical-coordinate representation of color #57677F: hue angle of 216º 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 #57677F is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 103 127 -
CMYK 0.31 0.19 0 0.50
HSL 216º 0.19% 0.42% -
HSV(B) 216º 0.31% 0.5% -
XYZ 12.61 13.26 21.97 -
YUV 100.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 87 103 127 0.31 0.19 0 0.50 216 0.19 0.42
Hex 57 67 7F 1F 13 0 32 D8 13 2A
Octal 127 147 177 37 23 0 62 330 23 52
Binary 1010111 1100111 1111111 11111 10011 0 110010 11011000 10011 101010

Color Harmonies of #57677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57677F

Black with #57677F

Text Example


Text Example

White with #57677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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