Html Css Color HEX #594281 Gigas

📋 copy color: '#594281'

red 89 ◦ green 66 ◦ blue 129

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

Shades of Gigas #594281

Tints of Gigas #594281

RGB

 RED value IS 89 (35.16% from 255) = 31.34%

 GREEN value IS 66 (26.17% from 255) = 23.24%

 BLUE value IS 129 (50.78% from 255) = 45.42%

R = 31.34%
G = 23.24%
B = 45.42%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#594281 (or 0x594281) is known color: Gigas. HEX triplet: 59, 42 and 81. RGB value is (89,66,129). Sum of RGB (Red+Green+Blue) = 89+66+129=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #594281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594281 is #A6BD7E. Grayscale: #4F4F4F. Windows color (decimal): -10927487 or 8471129. OLE color: 8471129.

HSL color Cylindrical-coordinate representation of color #594281: hue angle of 261.9º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #594281 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 89 66 129 -
CMYK 0.31 0.49 0 0.49
HSL 261.9º 0.32% 0.38% -
HSV(B) 261.9º 0.49% 0.51% -
XYZ 10.03 7.61 21.71 -
YUV 80.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 89 66 129 0.31 0.49 0 0.49 261.9 0.32 0.38
Hex 59 42 81 1F 31 0 31 106 20 26
Octal 131 102 201 37 61 0 61 406 40 46
Binary 1011001 1000010 10000001 11111 110001 0 110001 100000110 100000 100110

Color Harmonies of #594281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594281

Black with #594281

Text Example


Text Example

White with #594281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594281; }

 p { color: rgb(89,66,129); }

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

background-color css

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

 a { background-color: rgb(89,66,129); }

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

border-color css

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

 span { border-color: rgb(89,66,129); }

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