#526273

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

Shades of Shuttle Grey #526273

Tints of Shuttle Grey #526273

Color information

#526273 (or 0x526273) is unknown color: approx Shuttle Grey. HEX triplet: 52, 62 and 73. RGB value is (82,98,115). Sum of RGB (Red+Green+Blue) = 82+98+115=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #526273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526273 is #AD9D8C. Grayscale: #5F5F5F. Windows color (decimal): -11378061 or 7561810. OLE color: 7561810.

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

Color convert

RGB8298115-
CMYK0.290.1500.55
HSL210.91º16.75%38.63%-
HSV(B)210.91º28.7%45.1%-
XYZ10.9411.7717.91-
YUV95.15139.2118.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 115 (45.31% from 255) = 38.98%
R=27.80%
G=33.22%
B=38.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82981150.290.1500.55210.9116.7538.63
Hex5262731DF037d31127
Octal12214216335170673232147
Binary10100101100010111001111101111101101111101001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526273; }

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

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

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

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

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

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

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

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