Html Css Color HEX #57606D Shuttle Grey

📋 copy color: '#57606D'

red 87 ◦ green 96 ◦ blue 109

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

Shades of Shuttle Grey #57606D

Tints of Shuttle Grey #57606D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.88%

 BLUE value IS 109 (42.97% from 255) = 37.33%

R = 29.79%
G = 32.88%
B = 37.33%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#57606D (or 0x57606D) is known color: Shuttle Grey. HEX triplet: 57, 60 and 6D. RGB value is (87,96,109). Sum of RGB (Red+Green+Blue) = 87+96+109=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 109 - color contains mainly: blue. Hex color #57606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57606D is #A89F92. Grayscale: #5E5E5E. Windows color (decimal): -11050899 or 7168087. OLE color: 7168087.

HSL color Cylindrical-coordinate representation of color #57606D: hue angle of 215.45º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #57606D is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 87 96 109 -
CMYK 0.20 0.12 0 0.57
HSL 215.45º 0.11% 0.38% -
HSV(B) 215.45º 0.2% 0.43% -
XYZ 10.87 11.5 16.11 -
YUV 94.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 87 96 109 0.20 0.12 0 0.57 215.45 0.11 0.38
Hex 57 60 6D 14 C 0 39 D7 B 26
Octal 127 140 155 24 14 0 71 327 13 46
Binary 1010111 1100000 1101101 10100 1100 0 111001 11010111 1011 100110

Color Harmonies of #57606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57606D

Black with #57606D

Text Example


Text Example

White with #57606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57606D; }

 p { color: rgb(87,96,109); }

 H1.HeaderClassName
 {
   color: #57606D;
 }
 .AnyTagClassName
 {
   color: #57606D;
 }
</style>

background-color css

<style>
 a { background-color: #57606D; }

 a { background-color: rgb(87,96,109); }

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

border-color css

<style>
 span { border-color: #57606D; }

 span { border-color: rgb(87,96,109); }

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