Html Css Color HEX #52636F Shuttle Grey

📋 copy color: '#52636F'

red 82 ◦ green 99 ◦ blue 111

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

Shades of Shuttle Grey #52636F

Tints of Shuttle Grey #52636F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.9%

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

R = 28.08%
G = 33.9%
B = 38.01%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52636F (or 0x52636F) is known color: Shuttle Grey. HEX triplet: 52, 63 and 6F. RGB value is (82,99,111). Sum of RGB (Red+Green+Blue) = 82+99+111=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 111 - color contains mainly: blue. Hex color #52636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52636F is #AD9C90. Grayscale: #5F5F5F. Windows color (decimal): -11377809 or 7299922. OLE color: 7299922.

HSL color Cylindrical-coordinate representation of color #52636F: hue angle of 204.83º 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 #52636F is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 99 111 -
CMYK 0.26 0.11 0 0.56
HSL 204.83º 0.15% 0.38% -
HSV(B) 204.83º 0.26% 0.44% -
XYZ 10.81 11.87 16.76 -
YUV 95.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 82 99 111 0.26 0.11 0 0.56 204.83 0.15 0.38
Hex 52 63 6F 1A B 0 38 CD F 26
Octal 122 143 157 32 13 0 70 315 17 46
Binary 1010010 1100011 1101111 11010 1011 0 111000 11001101 1111 100110

Color Harmonies of #52636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52636F

Black with #52636F

Text Example


Text Example

White with #52636F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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