Html Css Color HEX #52606D Shuttle Grey

📋 copy color: '#52606D'

red 82 ◦ green 96 ◦ blue 109

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

Shades of Shuttle Grey #52606D

Tints of Shuttle Grey #52606D

RGB

 RED value IS 82 (32.42% from 255) = 28.57%

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

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

R = 28.57%
G = 33.45%
B = 37.98%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52606D (or 0x52606D) is known color: Shuttle Grey. HEX triplet: 52, 60 and 6D. RGB value is (82,96,109). Sum of RGB (Red+Green+Blue) = 82+96+109=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 109 - color contains mainly: blue. Hex color #52606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52606D is #AD9F92. Grayscale: #5D5D5D. Windows color (decimal): -11378579 or 7168082. OLE color: 7168082.

HSL color Cylindrical-coordinate representation of color #52606D: hue angle of 208.89º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52606D is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 96 109 -
CMYK 0.25 0.12 0 0.57
HSL 208.89º 0.14% 0.37% -
HSV(B) 208.89º 0.25% 0.43% -
XYZ 10.42 11.26 16.09 -
YUV 93.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 82 96 109 0.25 0.12 0 0.57 208.89 0.14 0.37
Hex 52 60 6D 19 C 0 39 D1 E 25
Octal 122 140 155 31 14 0 71 321 16 45
Binary 1010010 1100000 1101101 11001 1100 0 111001 11010001 1110 100101

Color Harmonies of #52606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52606D

Black with #52606D

Text Example


Text Example

White with #52606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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