#524185

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

Shades of Gigas #524185

Tints of Gigas #524185

Color information

#524185 (or 0x524185) is unknown color: approx Gigas. HEX triplet: 52, 41 and 85. RGB value is (82,65,133). Sum of RGB (Red+Green+Blue) = 82+65+133=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #524185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524185 is #ADBE7A. Grayscale: #4D4D4D. Windows color (decimal): -11386491 or 8733010. OLE color: 8733010.

HSL color Cylindrical-coordinate representation of color #524185: hue angle of 255º 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 #524185 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8265133-
CMYK0.380.5100.48
HSL255º34.34%38.82%-
HSV(B)255º51.13%52.16%-
XYZ9.67.2723.09-
YUV77.84159.13130.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=29.29%
G=23.21%
B=47.5%

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
Decimal82651330.380.5100.4825534.3438.82
Hex5241852633030ff2227
Octal12210120546630603774247
Binary1010010100000110000101100110110011011000011111111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524185; }

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

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

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

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

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

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

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

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