Html Css Color HEX #53606F Shuttle Grey

📋 copy color: '#53606F'

red 83 ◦ green 96 ◦ blue 111

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

Shades of Shuttle Grey #53606F

Tints of Shuttle Grey #53606F

RGB

 RED value IS 83 (32.81% from 255) = 28.62%

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

 BLUE value IS 111 (43.75% from 255) = 38.28%

R = 28.62%
G = 33.1%
B = 38.28%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53606F (or 0x53606F) is known color: Shuttle Grey. HEX triplet: 53, 60 and 6F. RGB value is (83,96,111). Sum of RGB (Red+Green+Blue) = 83+96+111=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 111 - color contains mainly: blue. Hex color #53606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53606F is #AC9F90. Grayscale: #5D5D5D. Windows color (decimal): -11313041 or 7299155. OLE color: 7299155.

HSL color Cylindrical-coordinate representation of color #53606F: hue angle of 212.14º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53606F is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 96 111 -
CMYK 0.25 0.14 0 0.56
HSL 212.14º 0.14% 0.38% -
HSV(B) 212.14º 0.25% 0.44% -
XYZ 10.62 11.35 16.67 -
YUV 93.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 83 96 111 0.25 0.14 0 0.56 212.14 0.14 0.38
Hex 53 60 6F 19 E 0 38 D4 E 26
Octal 123 140 157 31 16 0 70 324 16 46
Binary 1010011 1100000 1101111 11001 1110 0 111000 11010100 1110 100110

Color Harmonies of #53606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53606F

Black with #53606F

Text Example


Text Example

White with #53606F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,96,111); }

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

background-color css

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

 a { background-color: rgb(83,96,111); }

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

border-color css

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

 span { border-color: rgb(83,96,111); }

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