#525E6B

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

Shades of Shuttle Grey #525E6B

Tints of Shuttle Grey #525E6B

Color information

#525E6B (or 0x525E6B) is unknown color: approx Shuttle Grey. HEX triplet: 52, 5E and 6B. RGB value is (82,94,107). Sum of RGB (Red+Green+Blue) = 82+94+107=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 107 - color contains mainly: blue. Hex color #525E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E6B is #ADA194. Grayscale: #5B5B5B. Windows color (decimal): -11379093 or 7036498. OLE color: 7036498.

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

Color convert

RGB8294107-
CMYK0.230.1200.58
HSL211.2º13.23%37.06%-
HSV(B)211.2º23.36%41.96%-
XYZ10.1410.8615.47-
YUV91.89136.52120.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 107 (42.19% from 255) = 37.81%
R=28.98%
G=33.22%
B=37.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82941070.230.1200.58211.213.2337.06
Hex525E6B17C03Ad3d25
Octal12213615327140723231545
Binary1010010101111011010111011111000111010110100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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