Html Css Color HEX #534084 Gigas

📋 copy color: '#534084'

red 83 ◦ green 64 ◦ blue 132

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

Shades of Gigas #534084

Tints of Gigas #534084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.31%

R = 29.75%
G = 22.94%
B = 47.31%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#534084 (or 0x534084) is known color: Gigas. HEX triplet: 53, 40 and 84. RGB value is (83,64,132). Sum of RGB (Red+Green+Blue) = 83+64+132=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #534084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534084 is #ACBF7B. Grayscale: #4D4D4D. Windows color (decimal): -11321212 or 8667219. OLE color: 8667219.

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

Color convert

RGB 83 64 132 -
CMYK 0.37 0.52 0 0.48
HSL 256.76º 0.35% 0.38% -
HSV(B) 256.76º 0.52% 0.52% -
XYZ 9.57 7.17 22.71 -
YUV 77.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 83 64 132 0.37 0.52 0 0.48 256.76 0.35 0.38
Hex 53 40 84 25 34 0 30 101 23 26
Octal 123 100 204 45 64 0 60 401 43 46
Binary 1010011 1000000 10000100 100101 110100 0 110000 100000001 100011 100110

Color Harmonies of #534084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534084

Black with #534084

Text Example


Text Example

White with #534084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534084; }

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

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

background-color css

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

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

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

border-color css

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

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

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