#526373

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

Shades of Shuttle Grey #526373

Tints of Shuttle Grey #526373

Color information

#526373 (or 0x526373) is unknown color: approx Shuttle Grey. HEX triplet: 52, 63 and 73. RGB value is (82,99,115). Sum of RGB (Red+Green+Blue) = 82+99+115=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #526373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526373 is #AD9C8C. Grayscale: #5F5F5F. Windows color (decimal): -11377805 or 7562066. OLE color: 7562066.

HSL color Cylindrical-coordinate representation of color #526373: hue angle of 209.09º 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 #526373 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8299115-
CMYK0.290.1400.55
HSL209.09º16.75%38.63%-
HSV(B)209.09º28.7%45.1%-
XYZ11.0411.9617.95-
YUV95.74138.87118.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 115 (45.31% from 255) = 38.85%
R=27.70%
G=33.45%
B=38.85%

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
Decimal82991150.290.1400.55209.0916.7538.63
Hex5263731DE037d11127
Octal12214316335160673212147
Binary10100101100011111001111101111001101111101000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526373; }

 p { color: rgb(82,99,115); }

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

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

 a { background-color: rgb(82,99,115); }

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

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

 span { border-color: rgb(82,99,115); }

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