Html Css Color HEX #534389 Gigas

📋 copy color: '#534389'

red 83 ◦ green 67 ◦ blue 137

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

Shades of Gigas #534389

Tints of Gigas #534389

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.34%

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

R = 28.92%
G = 23.34%
B = 47.74%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#534389 (or 0x534389) is known color: Gigas. HEX triplet: 53, 43 and 89. RGB value is (83,67,137). Sum of RGB (Red+Green+Blue) = 83+67+137=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #534389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534389 is #ACBC76. Grayscale: #4F4F4F. Windows color (decimal): -11320439 or 8995667. OLE color: 8995667.

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

Color convert

RGB 83 67 137 -
CMYK 0.39 0.51 0 0.46
HSL 253.71º 0.34% 0.4% -
HSV(B) 253.71º 0.51% 0.54% -
XYZ 10.09 7.66 24.61 -
YUV 79.76 160.3 130.31 -
System Red Green Blue C M Y K H S L
Decimal 83 67 137 0.39 0.51 0 0.46 253.71 0.34 0.4
Hex 53 43 89 27 33 0 2E FE 22 28
Octal 123 103 211 47 63 0 56 376 42 50
Binary 1010011 1000011 10001001 100111 110011 0 101110 11111110 100010 101000

Color Harmonies of #534389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534389

Black with #534389

Text Example


Text Example

White with #534389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534389; }

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

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

background-color css

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

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

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

border-color css

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

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

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