#524184

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

Shades of Gigas #524184

Tints of Gigas #524184

Color information

#524184 (or 0x524184) is unknown color: approx Gigas. HEX triplet: 52, 41 and 84. RGB value is (82,65,132). Sum of RGB (Red+Green+Blue) = 82+65+132=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #524184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524184 is #ADBE7B. Grayscale: #4D4D4D. Windows color (decimal): -11386492 or 8667474. OLE color: 8667474.

HSL color Cylindrical-coordinate representation of color #524184: hue angle of 255.22º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #524184 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8265132-
CMYK0.380.5100.48
HSL255.22º34.01%38.63%-
HSV(B)255.22º50.76%51.76%-
XYZ9.537.2422.72-
YUV77.72158.63131.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 132 (51.95% from 255) = 47.31%
R=29.39%
G=23.30%
B=47.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82651320.380.5100.48255.2234.0138.63
Hex5241842633030ff2227
Octal12210120446630603774247
Binary1010010100000110000100100110110011011000011111111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524184; }

 p { color: rgb(82,65,132); }

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

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

 a { background-color: rgb(82,65,132); }

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

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

 span { border-color: rgb(82,65,132); }

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