Html Css Color HEX #534080 Gigas

📋 copy color: '#534080'

red 83 ◦ green 64 ◦ blue 128

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

Shades of Gigas #534080

Tints of Gigas #534080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.27%

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

R = 30.18%
G = 23.27%
B = 46.55%

CMYK

 C value IS 0.35

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#534080 (or 0x534080) is known color: Gigas. HEX triplet: 53, 40 and 80. RGB value is (83,64,128). Sum of RGB (Red+Green+Blue) = 83+64+128=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #534080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534080 is #ACBF7F. Grayscale: #4C4C4C. Windows color (decimal): -11321216 or 8405075. OLE color: 8405075.

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

Color convert

RGB 83 64 128 -
CMYK 0.35 0.5 0 0.50
HSL 257.81º 0.33% 0.38% -
HSV(B) 257.81º 0.5% 0.5% -
XYZ 9.3 7.06 21.3 -
YUV 76.98 156.79 132.3 -
System Red Green Blue C M Y K H S L
Decimal 83 64 128 0.35 0.5 0 0.50 257.81 0.33 0.38
Hex 53 40 80 23 32 0 32 102 21 26
Octal 123 100 200 43 62 0 62 402 41 46
Binary 1010011 1000000 10000000 100011 110010 0 110010 100000010 100001 100110

Color Harmonies of #534080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534080

Black with #534080

Text Example


Text Example

White with #534080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534080; }

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

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

background-color css

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

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

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

border-color css

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

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

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