Html Css Color HEX #524283 Gigas

📋 copy color: '#524283'

red 82 ◦ green 66 ◦ blue 131

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

Shades of Gigas #524283

Tints of Gigas #524283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.95%

R = 29.39%
G = 23.66%
B = 46.95%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#524283 (or 0x524283) is known color: Gigas. HEX triplet: 52, 42 and 83. RGB value is (82,66,131). Sum of RGB (Red+Green+Blue) = 82+66+131=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #524283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524283 is #ADBD7C. Grayscale: #4D4D4D. Windows color (decimal): -11386237 or 8602194. OLE color: 8602194.

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

Color convert

RGB 82 66 131 -
CMYK 0.37 0.50 0 0.49
HSL 254.77º 0.33% 0.39% -
HSV(B) 254.77º 0.5% 0.51% -
XYZ 9.52 7.33 22.39 -
YUV 78.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 82 66 131 0.37 0.50 0 0.49 254.77 0.33 0.39
Hex 52 42 83 25 32 0 31 FF 21 27
Octal 122 102 203 45 62 0 61 377 41 47
Binary 1010010 1000010 10000011 100101 110010 0 110001 11111111 100001 100111

Color Harmonies of #524283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524283

Black with #524283

Text Example


Text Example

White with #524283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524283; }

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

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

background-color css

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

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

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

border-color css

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

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

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