Html Css Color HEX #524585 Gigas

📋 copy color: '#524585'

red 82 ◦ green 69 ◦ blue 133

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

Shades of Gigas #524585

Tints of Gigas #524585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.3%

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

R = 28.87%
G = 24.3%
B = 46.83%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#524585 (or 0x524585) is known color: Gigas. HEX triplet: 52, 45 and 85. RGB value is (82,69,133). Sum of RGB (Red+Green+Blue) = 82+69+133=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #524585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524585 is #ADBA7A. Grayscale: #4F4F4F. Windows color (decimal): -11385467 or 8734034. OLE color: 8734034.

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

Color convert

RGB 82 69 133 -
CMYK 0.38 0.48 0 0.48
HSL 252.19º 0.32% 0.4% -
HSV(B) 252.19º 0.48% 0.52% -
XYZ 9.84 7.74 23.17 -
YUV 80.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 82 69 133 0.38 0.48 0 0.48 252.19 0.32 0.4
Hex 52 45 85 26 30 0 30 FC 20 28
Octal 122 105 205 46 60 0 60 374 40 50
Binary 1010010 1000101 10000101 100110 110000 0 110000 11111100 100000 101000

Color Harmonies of #524585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524585

Black with #524585

Text Example


Text Example

White with #524585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524585; }

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

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

background-color css

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

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

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

border-color css

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

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

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