#525F6D

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

Shades of Shuttle Grey #525F6D

Tints of Shuttle Grey #525F6D

Color information

#525F6D (or 0x525F6D) is unknown color: approx Shuttle Grey. HEX triplet: 52, 5F and 6D. RGB value is (82,95,109). Sum of RGB (Red+Green+Blue) = 82+95+109=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #525F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F6D is #ADA092. Grayscale: #5C5C5C. Windows color (decimal): -11378835 or 7167826. OLE color: 7167826.

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

Color convert

RGB8295109-
CMYK0.250.1300.57
HSL211.11º14.14%37.45%-
HSV(B)211.11º24.77%42.75%-
XYZ10.3311.0816.06-
YUV92.71137.19120.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=28.67%
G=33.22%
B=38.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82951090.250.1300.57211.1114.1437.45
Hex525F6D19D039d3e25
Octal12213715531150713231645
Binary1010010101111111011011100111010111001110100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,95,109); }

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

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

 a { background-color: rgb(82,95,109); }

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

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

 span { border-color: rgb(82,95,109); }

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