#526372

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

Shades of Shuttle Grey #526372

Tints of Shuttle Grey #526372

Color information

#526372 (or 0x526372) is unknown color: approx Shuttle Grey. HEX triplet: 52, 63 and 72. RGB value is (82,99,114). Sum of RGB (Red+Green+Blue) = 82+99+114=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #526372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526372 is #AD9C8D. Grayscale: #5F5F5F. Windows color (decimal): -11377806 or 7496530. OLE color: 7496530.

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

Color convert

RGB8299114-
CMYK0.280.1300.55
HSL208.12º16.33%38.43%-
HSV(B)208.12º28.07%44.71%-
XYZ10.9811.9317.64-
YUV95.63138.37118.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=27.80%
G=33.56%
B=38.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82991140.280.1300.55208.1216.3338.43
Hex5263721CD037d01026
Octal12214316234150673202046
Binary10100101100011111001011100110101101111101000010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526372; }

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

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

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

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

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

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

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

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