Html Css Color HEX #534580 Gigas

📋 copy color: '#534580'

red 83 ◦ green 69 ◦ blue 128

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

Shades of Gigas #534580

Tints of Gigas #534580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

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

R = 29.64%
G = 24.64%
B = 45.71%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#534580 (or 0x534580) is known color: Gigas. HEX triplet: 53, 45 and 80. RGB value is (83,69,128). Sum of RGB (Red+Green+Blue) = 83+69+128=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #534580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534580 is #ACBA7F. Grayscale: #4F4F4F. Windows color (decimal): -11319936 or 8406355. OLE color: 8406355.

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

Color convert

RGB 83 69 128 -
CMYK 0.35 0.46 0 0.50
HSL 254.24º 0.3% 0.39% -
HSV(B) 254.24º 0.46% 0.5% -
XYZ 9.59 7.65 21.39 -
YUV 79.91 155.14 130.2 -
System Red Green Blue C M Y K H S L
Decimal 83 69 128 0.35 0.46 0 0.50 254.24 0.3 0.39
Hex 53 45 80 23 2E 0 32 FE 1E 27
Octal 123 105 200 43 56 0 62 376 36 47
Binary 1010011 1000101 10000000 100011 101110 0 110010 11111110 11110 100111

Color Harmonies of #534580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534580

Black with #534580

Text Example


Text Example

White with #534580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534580; }

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

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

background-color css

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

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

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

border-color css

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

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

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