Html Css Color HEX #534790 Gigas

📋 copy color: '#534790'

red 83 ◦ green 71 ◦ blue 144

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

Shades of Gigas #534790

Tints of Gigas #534790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.83%

 BLUE value IS 144 (56.64% from 255) = 48.32%

R = 27.85%
G = 23.83%
B = 48.32%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#534790 (or 0x534790) is known color: Gigas. HEX triplet: 53, 47 and 90. RGB value is (83,71,144). Sum of RGB (Red+Green+Blue) = 83+71+144=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #534790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534790 is #ACB86F. Grayscale: #525252. Windows color (decimal): -11319408 or 9455443. OLE color: 9455443.

HSL color Cylindrical-coordinate representation of color #534790: hue angle of 249.86º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #534790 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 71 144 -
CMYK 0.42 0.51 0 0.44
HSL 249.86º 0.34% 0.42% -
HSV(B) 249.86º 0.51% 0.56% -
XYZ 10.85 8.36 27.43 -
YUV 82.91 162.48 128.06 -
System Red Green Blue C M Y K H S L
Decimal 83 71 144 0.42 0.51 0 0.44 249.86 0.34 0.42
Hex 53 47 90 2A 33 0 2C FA 22 2A
Octal 123 107 220 52 63 0 54 372 42 52
Binary 1010011 1000111 10010000 101010 110011 0 101100 11111010 100010 101010

Color Harmonies of #534790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534790

Black with #534790

Text Example


Text Example

White with #534790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534790; }

 p { color: rgb(83,71,144); }

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

background-color css

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

 a { background-color: rgb(83,71,144); }

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

border-color css

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

 span { border-color: rgb(83,71,144); }

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