Html Css Color HEX #524485 Gigas

📋 copy color: '#524485'

red 82 ◦ green 68 ◦ blue 133

#524485
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gigas #524485

Tints of Gigas #524485

RGB

 RED value IS 82 (32.42% from 255) = 28.98%

 GREEN value IS 68 (26.95% from 255) = 24.03%

 BLUE value IS 133 (52.34% from 255) = 47%

R = 28.98%
G = 24.03%
B = 47%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#524485 (or 0x524485) is known color: Gigas. HEX triplet: 52, 44 and 85. RGB value is (82,68,133). Sum of RGB (Red+Green+Blue) = 82+68+133=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #524485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524485 is #ADBB7A. Grayscale: #4F4F4F. Windows color (decimal): -11385723 or 8733778. OLE color: 8733778.

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

Color convert

RGB 82 68 133 -
CMYK 0.38 0.49 0 0.48
HSL 252.92º 0.32% 0.39% -
HSV(B) 252.92º 0.49% 0.52% -
XYZ 9.78 7.62 23.15 -
YUV 79.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 82 68 133 0.38 0.49 0 0.48 252.92 0.32 0.39
Hex 52 44 85 26 31 0 30 FD 20 27
Octal 122 104 205 46 61 0 60 375 40 47
Binary 1010010 1000100 10000101 100110 110001 0 110000 11111101 100000 100111

Color Harmonies of #524485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524485

Black with #524485

Text Example


Text Example

White with #524485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524485; }

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

 H1.HeaderClassName
 {
   color: #524485;
 }
 .AnyTagClassName
 {
   color: #524485;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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