Html Css Color HEX #534586 Gigas

📋 copy color: '#534586'

red 83 ◦ green 69 ◦ blue 134

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

Shades of Gigas #534586

Tints of Gigas #534586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.85%

R = 29.02%
G = 24.13%
B = 46.85%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#534586 (or 0x534586) is known color: Gigas. HEX triplet: 53, 45 and 86. RGB value is (83,69,134). Sum of RGB (Red+Green+Blue) = 83+69+134=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #534586 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534586 is #ACBA79. Grayscale: #505050. Windows color (decimal): -11319930 or 8799571. OLE color: 8799571.

HSL color Cylindrical-coordinate representation of color #534586: hue angle of 252.92º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #534586 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 69 134 -
CMYK 0.38 0.49 0 0.47
HSL 252.92º 0.32% 0.4% -
HSV(B) 252.92º 0.49% 0.53% -
XYZ 10 7.82 23.54 -
YUV 80.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 83 69 134 0.38 0.49 0 0.47 252.92 0.32 0.4
Hex 53 45 86 26 31 0 2F FD 20 28
Octal 123 105 206 46 61 0 57 375 40 50
Binary 1010011 1000101 10000110 100110 110001 0 101111 11111101 100000 101000

Color Harmonies of #534586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534586

Black with #534586

Text Example


Text Example

White with #534586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534586; }

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

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

background-color css

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

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

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

border-color css

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

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

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