Html Css Color HEX #534380 Gigas

📋 copy color: '#534380'

red 83 ◦ green 67 ◦ blue 128

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

Shades of Gigas #534380

Tints of Gigas #534380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.1%

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

R = 29.86%
G = 24.1%
B = 46.04%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#534380 (or 0x534380) is known color: Gigas. HEX triplet: 53, 43 and 80. RGB value is (83,67,128). Sum of RGB (Red+Green+Blue) = 83+67+128=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #534380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534380 is #ACBC7F. Grayscale: #4E4E4E. Windows color (decimal): -11320448 or 8405843. OLE color: 8405843.

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

Color convert

RGB 83 67 128 -
CMYK 0.35 0.48 0 0.50
HSL 255.74º 0.31% 0.38% -
HSV(B) 255.74º 0.48% 0.5% -
XYZ 9.47 7.41 21.35 -
YUV 78.74 155.8 131.04 -
System Red Green Blue C M Y K H S L
Decimal 83 67 128 0.35 0.48 0 0.50 255.74 0.31 0.38
Hex 53 43 80 23 30 0 32 100 1F 26
Octal 123 103 200 43 60 0 62 400 37 46
Binary 1010011 1000011 10000000 100011 110000 0 110010 100000000 11111 100110

Color Harmonies of #534380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534380

Black with #534380

Text Example


Text Example

White with #534380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534380; }

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

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

background-color css

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

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

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

border-color css

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

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

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