#526272

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

Shades of Shuttle Grey #526272

Tints of Shuttle Grey #526272

Color information

#526272 (or 0x526272) is unknown color: approx Shuttle Grey. HEX triplet: 52, 62 and 72. RGB value is (82,98,114). Sum of RGB (Red+Green+Blue) = 82+98+114=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #526272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526272 is #AD9D8D. Grayscale: #5E5E5E. Windows color (decimal): -11378062 or 7496274. OLE color: 7496274.

HSL color Cylindrical-coordinate representation of color #526272: hue angle of 210º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #526272 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8298114-
CMYK0.280.1400.55
HSL210º16.33%38.43%-
HSV(B)210º28.07%44.71%-
XYZ10.8811.7417.61-
YUV95.04138.7118.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 98 (38.67% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=27.89%
G=33.33%
B=38.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82981140.280.1400.5521016.3338.43
Hex5262721CE037d21026
Octal12214216234160673222046
Binary10100101100010111001011100111001101111101001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526272; }

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

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

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

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

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

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

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

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