Html Css Color HEX #534189 Gigas

📋 copy color: '#534189'

red 83 ◦ green 65 ◦ blue 137

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

Shades of Gigas #534189

Tints of Gigas #534189

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.81%

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

R = 29.12%
G = 22.81%
B = 48.07%

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

#534189 (or 0x534189) is known color: Gigas. HEX triplet: 53, 41 and 89. RGB value is (83,65,137). Sum of RGB (Red+Green+Blue) = 83+65+137=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #534189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534189 is #ACBE76. Grayscale: #4E4E4E. Windows color (decimal): -11320951 or 8995155. OLE color: 8995155.

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

Color convert

RGB 83 65 137 -
CMYK 0.39 0.53 0 0.46
HSL 255º 0.36% 0.4% -
HSV(B) 255º 0.53% 0.54% -
XYZ 9.97 7.43 24.57 -
YUV 78.59 160.96 131.15 -
System Red Green Blue C M Y K H S L
Decimal 83 65 137 0.39 0.53 0 0.46 255 0.36 0.4
Hex 53 41 89 27 35 0 2E FF 24 28
Octal 123 101 211 47 65 0 56 377 44 50
Binary 1010011 1000001 10001001 100111 110101 0 101110 11111111 100100 101000

Color Harmonies of #534189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534189

Black with #534189

Text Example


Text Example

White with #534189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534189; }

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

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

background-color css

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

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

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

border-color css

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

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

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