#52407D

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

Shades of Gigas #52407D

Tints of Gigas #52407D

Color information

#52407D (or 0x52407D) is unknown color: approx Gigas. HEX triplet: 52, 40 and 7D. RGB value is (82,64,125). Sum of RGB (Red+Green+Blue) = 82+64+125=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #52407D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52407D is #ADBF82. Grayscale: #4C4C4C. Windows color (decimal): -11386755 or 8208466. OLE color: 8208466.

HSL color Cylindrical-coordinate representation of color #52407D: hue angle of 257.7º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52407D is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8264125-
CMYK0.340.4900.51
HSL257.7º32.28%37.06%-
HSV(B)257.7º48.8%49.02%-
XYZ9.016.9420.27-
YUV76.34155.46132.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 125 (49.22% from 255) = 46.13%
R=30.26%
G=23.62%
B=46.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82641250.340.4900.51257.732.2837.06
Hex52407D22310331022025
Octal12210017542610634024045
Binary1010010100000011111011000101100010110011100000010100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52407D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52407D; }

 p { color: rgb(82,64,125); }

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

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

 a { background-color: rgb(82,64,125); }

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

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

 span { border-color: rgb(82,64,125); }

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