Html Css Color HEX #524082 Gigas

📋 copy color: '#524082'

red 82 ◦ green 64 ◦ blue 130

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

Shades of Gigas #524082

Tints of Gigas #524082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.19%

 BLUE value IS 130 (51.17% from 255) = 47.1%

R = 29.71%
G = 23.19%
B = 47.1%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#524082 (or 0x524082) is known color: Gigas. HEX triplet: 52, 40 and 82. RGB value is (82,64,130). Sum of RGB (Red+Green+Blue) = 82+64+130=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #524082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524082 is #ADBF7D. Grayscale: #4C4C4C. Windows color (decimal): -11386750 or 8536146. OLE color: 8536146.

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

Color convert

RGB 82 64 130 -
CMYK 0.37 0.51 0 0.49
HSL 256.36º 0.34% 0.38% -
HSV(B) 256.36º 0.51% 0.51% -
XYZ 9.34 7.07 21.99 -
YUV 76.91 157.96 131.63 -
System Red Green Blue C M Y K H S L
Decimal 82 64 130 0.37 0.51 0 0.49 256.36 0.34 0.38
Hex 52 40 82 25 33 0 31 100 22 26
Octal 122 100 202 45 63 0 61 400 42 46
Binary 1010010 1000000 10000010 100101 110011 0 110001 100000000 100010 100110

Color Harmonies of #524082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524082

Black with #524082

Text Example


Text Example

White with #524082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524082; }

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

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

background-color css

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

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

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

border-color css

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

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

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