#526477

Color #526477 Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #526477

Tints of Shuttle Grey #526477

Color information

#526477 (or 0x526477) is unknown color: approx Shuttle Grey. HEX triplet: 52, 64 and 77. RGB value is (82,100,119). Sum of RGB (Red+Green+Blue) = 82+100+119=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #526477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526477 is #AD9B88. Grayscale: #606060. Windows color (decimal): -11377545 or 7824466. OLE color: 7824466.

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

Color convert

RGB82100119-
CMYK0.310.1600.53
HSL210.81º18.41%39.41%-
HSV(B)210.81º31.09%46.67%-
XYZ11.3712.2419.22-
YUV96.78140.54117.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 119 (46.88% from 255) = 39.53%
R=27.24%
G=33.22%
B=39.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821001190.310.1600.53210.8118.4139.41
Hex5264771F10035d31227
Octal12214416737200653232247
Binary101001011001001110111111111000001101011101001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526477; }

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

 H1.HeaderClassName
 {
   color: #526477;
 }
 .AnyTagClassName
 {
   color: #526477;
 }
</style>
background-color css

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

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

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

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

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

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