#526474

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

Shades of Shuttle Grey #526474

Tints of Shuttle Grey #526474

Color information

#526474 (or 0x526474) is unknown color: approx Shuttle Grey. HEX triplet: 52, 64 and 74. RGB value is (82,100,116). Sum of RGB (Red+Green+Blue) = 82+100+116=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #526474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526474 is #AD9B8B. Grayscale: #606060. Windows color (decimal): -11377548 or 7627858. OLE color: 7627858.

HSL color Cylindrical-coordinate representation of color #526474: hue angle of 208.24º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #526474 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB82100116-
CMYK0.290.1400.55
HSL208.24º17.17%38.82%-
HSV(B)208.24º29.31%45.49%-
XYZ11.1912.1718.28-
YUV96.44139.04117.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.52%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=27.52%
G=33.56%
B=38.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821001160.290.1400.55208.2417.1738.82
Hex5264741DE037d01127
Octal12214416435160673202147
Binary10100101100100111010011101111001101111101000010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526474; }

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

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

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

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

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

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

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

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