Html Css Color HEX #524388 Gigas

📋 copy color: '#524388'

red 82 ◦ green 67 ◦ blue 136

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

Shades of Gigas #524388

Tints of Gigas #524388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.51%

 BLUE value IS 136 (53.52% from 255) = 47.72%

R = 28.77%
G = 23.51%
B = 47.72%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#524388 (or 0x524388) is known color: Gigas. HEX triplet: 52, 43 and 88. RGB value is (82,67,136). Sum of RGB (Red+Green+Blue) = 82+67+136=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #524388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524388 is #ADBC77. Grayscale: #4F4F4F. Windows color (decimal): -11385976 or 8930130. OLE color: 8930130.

HSL color Cylindrical-coordinate representation of color #524388: hue angle of 253.04º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #524388 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 67 136 -
CMYK 0.40 0.51 0 0.47
HSL 253.04º 0.34% 0.4% -
HSV(B) 253.04º 0.51% 0.53% -
XYZ 9.93 7.59 24.23 -
YUV 79.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 82 67 136 0.40 0.51 0 0.47 253.04 0.34 0.4
Hex 52 43 88 28 33 0 2F FD 22 28
Octal 122 103 210 50 63 0 57 375 42 50
Binary 1010010 1000011 10001000 101000 110011 0 101111 11111101 100010 101000

Color Harmonies of #524388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524388

Black with #524388

Text Example


Text Example

White with #524388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524388; }

 p { color: rgb(82,67,136); }

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

background-color css

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

 a { background-color: rgb(82,67,136); }

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

border-color css

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

 span { border-color: rgb(82,67,136); }

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