#525E6C

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

Shades of Shuttle Grey #525E6C

Tints of Shuttle Grey #525E6C

Color information

#525E6C (or 0x525E6C) is unknown color: approx Shuttle Grey. HEX triplet: 52, 5E and 6C. RGB value is (82,94,108). Sum of RGB (Red+Green+Blue) = 82+94+108=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 108 - color contains mainly: blue. Hex color #525E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E6C is #ADA193. Grayscale: #5B5B5B. Windows color (decimal): -11379092 or 7102034. OLE color: 7102034.

HSL color Cylindrical-coordinate representation of color #525E6C: hue angle of 212.31º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #525E6C is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8294108-
CMYK0.240.1300.58
HSL212.31º13.68%37.25%-
HSV(B)212.31º24.07%42.35%-
XYZ10.1910.8815.75-
YUV92.01137.02120.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=28.87%
G=33.10%
B=38.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82941080.240.1300.58212.3113.6837.25
Hex525E6C18D03Ad4e25
Octal12213615430150723241645
Binary1010010101111011011001100011010111010110101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525E6C; }

 p { color: rgb(82,94,108); }

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

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

 a { background-color: rgb(82,94,108); }

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

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

 span { border-color: rgb(82,94,108); }

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