#525F6B

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

Shades of Shuttle Grey #525F6B

Tints of Shuttle Grey #525F6B

Color information

#525F6B (or 0x525F6B) is unknown color: approx Shuttle Grey. HEX triplet: 52, 5F and 6B. RGB value is (82,95,107). Sum of RGB (Red+Green+Blue) = 82+95+107=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 107 - color contains mainly: blue. Hex color #525F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F6B is #ADA094. Grayscale: #5C5C5C. Windows color (decimal): -11378837 or 7036754. OLE color: 7036754.

HSL color Cylindrical-coordinate representation of color #525F6B: hue angle of 208.8º 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 #525F6B is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8295107-
CMYK0.230.1100.58
HSL208.8º13.23%37.06%-
HSV(B)208.8º23.36%41.96%-
XYZ10.2311.0415.5-
YUV92.48136.19120.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=28.87%
G=33.45%
B=37.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82951070.230.1100.58208.813.2337.06
Hex525F6B17B03Ad1d25
Octal12213715327130723211545
Binary1010010101111111010111011110110111010110100011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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