Html Css Color HEX #534181 Gigas

📋 copy color: '#534181'

red 83 ◦ green 65 ◦ blue 129

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

Shades of Gigas #534181

Tints of Gigas #534181

RGB

 RED value IS 83 (32.81% from 255) = 29.96%

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

 BLUE value IS 129 (50.78% from 255) = 46.57%

R = 29.96%
G = 23.47%
B = 46.57%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#534181 (or 0x534181) is known color: Gigas. HEX triplet: 53, 41 and 81. RGB value is (83,65,129). Sum of RGB (Red+Green+Blue) = 83+65+129=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: blue. Hex color #534181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534181 is #ACBE7E. Grayscale: #4D4D4D. Windows color (decimal): -11320959 or 8470867. OLE color: 8470867.

HSL color Cylindrical-coordinate representation of color #534181: hue angle of 256.88º degrees, saturation: 0.33, 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 #534181 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 65 129 -
CMYK 0.36 0.50 0 0.49
HSL 256.88º 0.33% 0.38% -
HSV(B) 256.88º 0.5% 0.51% -
XYZ 9.42 7.2 21.66 -
YUV 77.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 83 65 129 0.36 0.50 0 0.49 256.88 0.33 0.38
Hex 53 41 81 24 32 0 31 101 21 26
Octal 123 101 201 44 62 0 61 401 41 46
Binary 1010011 1000001 10000001 100100 110010 0 110001 100000001 100001 100110

Color Harmonies of #534181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534181

Black with #534181

Text Example


Text Example

White with #534181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534181; }

 p { color: rgb(83,65,129); }

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

background-color css

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

 a { background-color: rgb(83,65,129); }

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

border-color css

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

 span { border-color: rgb(83,65,129); }

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