Html Css Color HEX #524285 Gigas

📋 copy color: '#524285'

red 82 ◦ green 66 ◦ blue 133

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

Shades of Gigas #524285

Tints of Gigas #524285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

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

R = 29.18%
G = 23.49%
B = 47.33%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#524285 (or 0x524285) is known color: Gigas. HEX triplet: 52, 42 and 85. RGB value is (82,66,133). Sum of RGB (Red+Green+Blue) = 82+66+133=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #524285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524285 is #ADBD7A. Grayscale: #4E4E4E. Windows color (decimal): -11386235 or 8733266. OLE color: 8733266.

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

Color convert

RGB 82 66 133 -
CMYK 0.38 0.50 0 0.48
HSL 254.33º 0.34% 0.39% -
HSV(B) 254.33º 0.5% 0.52% -
XYZ 9.66 7.38 23.11 -
YUV 78.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 82 66 133 0.38 0.50 0 0.48 254.33 0.34 0.39
Hex 52 42 85 26 32 0 30 FE 22 27
Octal 122 102 205 46 62 0 60 376 42 47
Binary 1010010 1000010 10000101 100110 110010 0 110000 11111110 100010 100111

Color Harmonies of #524285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524285

Black with #524285

Text Example


Text Example

White with #524285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524285; }

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

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

background-color css

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

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

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

border-color css

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

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

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