Html Css Color HEX #534478 Gigas

📋 copy color: '#534478'

red 83 ◦ green 68 ◦ blue 120

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

Shades of Gigas #534478

Tints of Gigas #534478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.09%

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

R = 30.63%
G = 25.09%
B = 44.28%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#534478 (or 0x534478) is known color: Gigas. HEX triplet: 53, 44 and 78. RGB value is (83,68,120). Sum of RGB (Red+Green+Blue) = 83+68+120=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #534478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534478 is #ACBB87. Grayscale: #4E4E4E. Windows color (decimal): -11320200 or 7881811. OLE color: 7881811.

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

Color convert

RGB 83 68 120 -
CMYK 0.31 0.43 0 0.53
HSL 257.31º 0.28% 0.37% -
HSV(B) 257.31º 0.43% 0.47% -
XYZ 9.02 7.33 18.71 -
YUV 78.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 83 68 120 0.31 0.43 0 0.53 257.31 0.28 0.37
Hex 53 44 78 1F 2B 0 35 101 1C 25
Octal 123 104 170 37 53 0 65 401 34 45
Binary 1010011 1000100 1111000 11111 101011 0 110101 100000001 11100 100101

Color Harmonies of #534478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534478

Black with #534478

Text Example


Text Example

White with #534478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534478; }

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

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

background-color css

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

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

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

border-color css

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

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

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