Html Css Color HEX #534489 Gigas

📋 copy color: '#534489'

red 83 ◦ green 68 ◦ blue 137

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

Shades of Gigas #534489

Tints of Gigas #534489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.57%

R = 28.82%
G = 23.61%
B = 47.57%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#534489 (or 0x534489) is known color: Gigas. HEX triplet: 53, 44 and 89. RGB value is (83,68,137). Sum of RGB (Red+Green+Blue) = 83+68+137=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #534489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534489 is #ACBB76. Grayscale: #505050. Windows color (decimal): -11320183 or 8995923. OLE color: 8995923.

HSL color Cylindrical-coordinate representation of color #534489: hue angle of 253.04º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #534489 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 68 137 -
CMYK 0.39 0.50 0 0.46
HSL 253.04º 0.34% 0.4% -
HSV(B) 253.04º 0.5% 0.54% -
XYZ 10.15 7.78 24.63 -
YUV 80.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 83 68 137 0.39 0.50 0 0.46 253.04 0.34 0.4
Hex 53 44 89 27 32 0 2E FD 22 28
Octal 123 104 211 47 62 0 56 375 42 50
Binary 1010011 1000100 10001001 100111 110010 0 101110 11111101 100010 101000

Color Harmonies of #534489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534489

Black with #534489

Text Example


Text Example

White with #534489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534489; }

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

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

background-color css

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

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

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

border-color css

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

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

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