Html Css Color HEX #534086 Gigas

📋 copy color: '#534086'

red 83 ◦ green 64 ◦ blue 134

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

Shades of Gigas #534086

Tints of Gigas #534086

RGB

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

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

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

R = 29.54%
G = 22.78%
B = 47.69%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#534086 (or 0x534086) is known color: Gigas. HEX triplet: 53, 40 and 86. RGB value is (83,64,134). Sum of RGB (Red+Green+Blue) = 83+64+134=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #534086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534086 is #ACBF79. Grayscale: #4D4D4D. Windows color (decimal): -11321210 or 8798291. OLE color: 8798291.

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

Color convert

RGB 83 64 134 -
CMYK 0.38 0.52 0 0.47
HSL 256.29º 0.35% 0.39% -
HSV(B) 256.29º 0.52% 0.53% -
XYZ 9.7 7.23 23.44 -
YUV 77.66 159.79 131.81 -
System Red Green Blue C M Y K H S L
Decimal 83 64 134 0.38 0.52 0 0.47 256.29 0.35 0.39
Hex 53 40 86 26 34 0 2F 100 23 27
Octal 123 100 206 46 64 0 57 400 43 47
Binary 1010011 1000000 10000110 100110 110100 0 101111 100000000 100011 100111

Color Harmonies of #534086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534086

Black with #534086

Text Example


Text Example

White with #534086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534086; }

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

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

background-color css

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

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

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

border-color css

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

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

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