Html Css Color HEX #524487 Gigas

📋 copy color: '#524487'

red 82 ◦ green 68 ◦ blue 135

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

Shades of Gigas #524487

Tints of Gigas #524487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.37%

R = 28.77%
G = 23.86%
B = 47.37%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#524487 (or 0x524487) is known color: Gigas. HEX triplet: 52, 44 and 87. RGB value is (82,68,135). Sum of RGB (Red+Green+Blue) = 82+68+135=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #524487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524487 is #ADBB78. Grayscale: #4F4F4F. Windows color (decimal): -11385721 or 8864850. OLE color: 8864850.

HSL color Cylindrical-coordinate representation of color #524487: hue angle of 252.54º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #524487 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 68 135 -
CMYK 0.39 0.50 0 0.47
HSL 252.54º 0.33% 0.4% -
HSV(B) 252.54º 0.5% 0.53% -
XYZ 9.92 7.68 23.88 -
YUV 79.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 82 68 135 0.39 0.50 0 0.47 252.54 0.33 0.4
Hex 52 44 87 27 32 0 2F FD 21 28
Octal 122 104 207 47 62 0 57 375 41 50
Binary 1010010 1000100 10000111 100111 110010 0 101111 11111101 100001 101000

Color Harmonies of #524487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524487

Black with #524487

Text Example


Text Example

White with #524487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524487; }

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

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

background-color css

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

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

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

border-color css

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

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

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