Html Css Color HEX #526476 Shuttle Grey

📋 copy color: '#526476'

red 82 ◦ green 100 ◦ blue 118

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

Shades of Shuttle Grey #526476

Tints of Shuttle Grey #526476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.33%

 BLUE value IS 118 (46.48% from 255) = 39.33%

R = 27.33%
G = 33.33%
B = 39.33%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#526476 (or 0x526476) is known color: Shuttle Grey. HEX triplet: 52, 64 and 76. RGB value is (82,100,118). Sum of RGB (Red+Green+Blue) = 82+100+118=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #526476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526476 is #AD9B89. Grayscale: #606060. Windows color (decimal): -11377546 or 7758930. OLE color: 7758930.

HSL color Cylindrical-coordinate representation of color #526476: hue angle of 210º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #526476 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 100 118 -
CMYK 0.31 0.15 0 0.54
HSL 210º 0.18% 0.39% -
HSV(B) 210º 0.31% 0.46% -
XYZ 11.31 12.22 18.9 -
YUV 96.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 82 100 118 0.31 0.15 0 0.54 210 0.18 0.39
Hex 52 64 76 1F F 0 36 D2 12 27
Octal 122 144 166 37 17 0 66 322 22 47
Binary 1010010 1100100 1110110 11111 1111 0 110110 11010010 10010 100111

Color Harmonies of #526476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526476

Black with #526476

Text Example


Text Example

White with #526476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526476; }

 p { color: rgb(82,100,118); }

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

background-color css

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

 a { background-color: rgb(82,100,118); }

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

border-color css

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

 span { border-color: rgb(82,100,118); }

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