Html Css Color HEX #53606B Shuttle Grey

📋 copy color: '#53606B'

red 83 ◦ green 96 ◦ blue 107

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

Shades of Shuttle Grey #53606B

Tints of Shuttle Grey #53606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.41%

R = 29.02%
G = 33.57%
B = 37.41%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53606B (or 0x53606B) is known color: Shuttle Grey. HEX triplet: 53, 60 and 6B. RGB value is (83,96,107). Sum of RGB (Red+Green+Blue) = 83+96+107=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 107 - color contains mainly: blue. Hex color #53606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53606B is #AC9F94. Grayscale: #5D5D5D. Windows color (decimal): -11313045 or 7037011. OLE color: 7037011.

HSL color Cylindrical-coordinate representation of color #53606B: hue angle of 207.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53606B is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 96 107 -
CMYK 0.22 0.10 0 0.58
HSL 207.5º 0.13% 0.37% -
HSV(B) 207.5º 0.22% 0.42% -
XYZ 10.4 11.27 15.54 -
YUV 93.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 83 96 107 0.22 0.10 0 0.58 207.5 0.13 0.37
Hex 53 60 6B 16 A 0 3A D0 D 25
Octal 123 140 153 26 12 0 72 320 15 45
Binary 1010011 1100000 1101011 10110 1010 0 111010 11010000 1101 100101

Color Harmonies of #53606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53606B

Black with #53606B

Text Example


Text Example

White with #53606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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