Html Css Color HEX #534089 Gigas

📋 copy color: '#534089'

red 83 ◦ green 64 ◦ blue 137

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

Shades of Gigas #534089

Tints of Gigas #534089

RGB

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

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

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

R = 29.23%
G = 22.54%
B = 48.24%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#534089 (or 0x534089) is known color: Gigas. HEX triplet: 53, 40 and 89. RGB value is (83,64,137). Sum of RGB (Red+Green+Blue) = 83+64+137=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #534089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534089 is #ACBF76. Grayscale: #4D4D4D. Windows color (decimal): -11321207 or 8994899. OLE color: 8994899.

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

Color convert

RGB 83 64 137 -
CMYK 0.39 0.53 0 0.46
HSL 255.62º 0.36% 0.39% -
HSV(B) 255.62º 0.53% 0.54% -
XYZ 9.92 7.31 24.56 -
YUV 78 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 83 64 137 0.39 0.53 0 0.46 255.62 0.36 0.39
Hex 53 40 89 27 35 0 2E 100 24 27
Octal 123 100 211 47 65 0 56 400 44 47
Binary 1010011 1000000 10001001 100111 110101 0 101110 100000000 100100 100111

Color Harmonies of #534089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534089

Black with #534089

Text Example


Text Example

White with #534089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534089; }

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

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

background-color css

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

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

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

border-color css

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

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

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