Html Css Color HEX #534178 Gigas

📋 copy color: '#534178'

red 83 ◦ green 65 ◦ blue 120

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

Shades of Gigas #534178

Tints of Gigas #534178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.78%

R = 30.97%
G = 24.25%
B = 44.78%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#534178 (or 0x534178) is known color: Gigas. HEX triplet: 53, 41 and 78. RGB value is (83,65,120). Sum of RGB (Red+Green+Blue) = 83+65+120=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #534178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534178 is #ACBE87. Grayscale: #4C4C4C. Windows color (decimal): -11320968 or 7881043. OLE color: 7881043.

HSL color Cylindrical-coordinate representation of color #534178: hue angle of 259.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #534178 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 65 120 -
CMYK 0.31 0.46 0 0.53
HSL 259.64º 0.3% 0.36% -
HSV(B) 259.64º 0.46% 0.47% -
XYZ 8.85 6.98 18.65 -
YUV 76.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 83 65 120 0.31 0.46 0 0.53 259.64 0.3 0.36
Hex 53 41 78 1F 2E 0 35 104 1E 24
Octal 123 101 170 37 56 0 65 404 36 44
Binary 1010011 1000001 1111000 11111 101110 0 110101 100000100 11110 100100

Color Harmonies of #534178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534178

Black with #534178

Text Example


Text Example

White with #534178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534178; }

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

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

background-color css

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

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

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

border-color css

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

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

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