Html Css Color HEX #534490 Gigas

📋 copy color: '#534490'

red 83 ◦ green 68 ◦ blue 144

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

Shades of Gigas #534490

Tints of Gigas #534490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

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

R = 28.14%
G = 23.05%
B = 48.81%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#534490 (or 0x534490) is known color: Gigas. HEX triplet: 53, 44 and 90. RGB value is (83,68,144). Sum of RGB (Red+Green+Blue) = 83+68+144=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #534490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534490 is #ACBB6F. Grayscale: #505050. Windows color (decimal): -11320176 or 9454675. OLE color: 9454675.

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

Color convert

RGB 83 68 144 -
CMYK 0.42 0.53 0 0.44
HSL 251.84º 0.36% 0.42% -
HSV(B) 251.84º 0.53% 0.56% -
XYZ 10.67 7.99 27.36 -
YUV 81.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 83 68 144 0.42 0.53 0 0.44 251.84 0.36 0.42
Hex 53 44 90 2A 35 0 2C FC 24 2A
Octal 123 104 220 52 65 0 54 374 44 52
Binary 1010011 1000100 10010000 101010 110101 0 101100 11111100 100100 101010

Color Harmonies of #534490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534490

Black with #534490

Text Example


Text Example

White with #534490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534490; }

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

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

background-color css

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

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

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

border-color css

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

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

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