Html Css Color HEX #534480 Gigas

📋 copy color: '#534480'

red 83 ◦ green 68 ◦ blue 128

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

Shades of Gigas #534480

Tints of Gigas #534480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.88%

R = 29.75%
G = 24.37%
B = 45.88%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#534480 (or 0x534480) is known color: Gigas. HEX triplet: 53, 44 and 80. RGB value is (83,68,128). Sum of RGB (Red+Green+Blue) = 83+68+128=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #534480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534480 is #ACBB7F. Grayscale: #4F4F4F. Windows color (decimal): -11320192 or 8406099. OLE color: 8406099.

HSL color Cylindrical-coordinate representation of color #534480: hue angle of 255º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #534480 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 68 128 -
CMYK 0.35 0.47 0 0.50
HSL 255º 0.31% 0.38% -
HSV(B) 255º 0.47% 0.5% -
XYZ 9.53 7.53 21.37 -
YUV 79.33 155.47 130.62 -
System Red Green Blue C M Y K H S L
Decimal 83 68 128 0.35 0.47 0 0.50 255 0.31 0.38
Hex 53 44 80 23 2F 0 32 FF 1F 26
Octal 123 104 200 43 57 0 62 377 37 46
Binary 1010011 1000100 10000000 100011 101111 0 110010 11111111 11111 100110

Color Harmonies of #534480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534480

Black with #534480

Text Example


Text Example

White with #534480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534480; }

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

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

background-color css

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

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

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

border-color css

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

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

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