Html Css Color HEX #524183 Gigas

📋 copy color: '#524183'

red 82 ◦ green 65 ◦ blue 131

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

Shades of Gigas #524183

Tints of Gigas #524183

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.38%

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

R = 29.5%
G = 23.38%
B = 47.12%

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

#524183 (or 0x524183) is known color: Gigas. HEX triplet: 52, 41 and 83. RGB value is (82,65,131). Sum of RGB (Red+Green+Blue) = 82+65+131=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #524183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524183 is #ADBE7C. Grayscale: #4D4D4D. Windows color (decimal): -11386493 or 8601938. OLE color: 8601938.

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

Color convert

RGB 82 65 131 -
CMYK 0.37 0.50 0 0.49
HSL 255.45º 0.34% 0.38% -
HSV(B) 255.45º 0.5% 0.51% -
XYZ 9.47 7.21 22.37 -
YUV 77.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 82 65 131 0.37 0.50 0 0.49 255.45 0.34 0.38
Hex 52 41 83 25 32 0 31 FF 22 26
Octal 122 101 203 45 62 0 61 377 42 46
Binary 1010010 1000001 10000011 100101 110010 0 110001 11111111 100010 100110

Color Harmonies of #524183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524183

Black with #524183

Text Example


Text Example

White with #524183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524183; }

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

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

background-color css

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

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

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

border-color css

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

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

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