Html Css Color HEX #52616F Shuttle Grey

📋 copy color: '#52616F'

red 82 ◦ green 97 ◦ blue 111

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

Shades of Shuttle Grey #52616F

Tints of Shuttle Grey #52616F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.45%

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

R = 28.28%
G = 33.45%
B = 38.28%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52616F (or 0x52616F) is known color: Shuttle Grey. HEX triplet: 52, 61 and 6F. RGB value is (82,97,111). Sum of RGB (Red+Green+Blue) = 82+97+111=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 97 (38.28% from 255 or 33.45% 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 #52616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52616F is #AD9E90. Grayscale: #5E5E5E. Windows color (decimal): -11378321 or 7299410. OLE color: 7299410.

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

Color convert

RGB 82 97 111 -
CMYK 0.26 0.13 0 0.56
HSL 208.97º 0.15% 0.38% -
HSV(B) 208.97º 0.26% 0.44% -
XYZ 10.62 11.49 16.7 -
YUV 94.11 137.53 119.36 -
System Red Green Blue C M Y K H S L
Decimal 82 97 111 0.26 0.13 0 0.56 208.97 0.15 0.38
Hex 52 61 6F 1A D 0 38 D1 F 26
Octal 122 141 157 32 15 0 70 321 17 46
Binary 1010010 1100001 1101111 11010 1101 0 111000 11010001 1111 100110

Color Harmonies of #52616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52616F

Black with #52616F

Text Example


Text Example

White with #52616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,97,111); }

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

background-color css

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

 a { background-color: rgb(82,97,111); }

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

border-color css

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

 span { border-color: rgb(82,97,111); }

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