#52447B

Color #52447B Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #52447B

Tints of Gigas #52447B

Color information

#52447B (or 0x52447B) is unknown color: approx Gigas. HEX triplet: 52, 44 and 7B. RGB value is (82,68,123). Sum of RGB (Red+Green+Blue) = 82+68+123=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #52447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52447B is #ADBB84. Grayscale: #4E4E4E. Windows color (decimal): -11385733 or 8078418. OLE color: 8078418.

HSL color Cylindrical-coordinate representation of color #52447B: hue angle of 255.27º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52447B is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8268123-
CMYK0.330.4500.52
HSL255.27º28.8%37.45%-
HSV(B)255.27º44.72%48.24%-
XYZ9.127.3619.68-
YUV78.46153.14130.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 68 (26.95% from 255) = 24.91%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=30.04%
G=24.91%
B=45.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82681230.330.4500.52255.2728.837.45
Hex52447B212D034ff1d25
Octal12210417341550643773545
Binary10100101000100111101110000110110101101001111111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52447B; }

 p { color: rgb(82,68,123); }

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

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

 a { background-color: rgb(82,68,123); }

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

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

 span { border-color: rgb(82,68,123); }

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