Html Css Color HEX #594885 Gigas

📋 copy color: '#594885'

red 89 ◦ green 72 ◦ blue 133

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

Shades of Gigas #594885

Tints of Gigas #594885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.49%

 BLUE value IS 133 (52.34% from 255) = 45.24%

R = 30.27%
G = 24.49%
B = 45.24%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#594885 (or 0x594885) is known color: Gigas. HEX triplet: 59, 48 and 85. RGB value is (89,72,133). Sum of RGB (Red+Green+Blue) = 89+72+133=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #594885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594885 is #A6B77A. Grayscale: #535353. Windows color (decimal): -10925947 or 8734809. OLE color: 8734809.

HSL color Cylindrical-coordinate representation of color #594885: hue angle of 256.72º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #594885 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 72 133 -
CMYK 0.33 0.46 0 0.48
HSL 256.72º 0.3% 0.4% -
HSV(B) 256.72º 0.46% 0.52% -
XYZ 10.67 8.45 23.26 -
YUV 84.04 155.63 131.54 -
System Red Green Blue C M Y K H S L
Decimal 89 72 133 0.33 0.46 0 0.48 256.72 0.3 0.4
Hex 59 48 85 21 2E 0 30 101 1E 28
Octal 131 110 205 41 56 0 60 401 36 50
Binary 1011001 1001000 10000101 100001 101110 0 110000 100000001 11110 101000

Color Harmonies of #594885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594885

Black with #594885

Text Example


Text Example

White with #594885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594885; }

 p { color: rgb(89,72,133); }

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

background-color css

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

 a { background-color: rgb(89,72,133); }

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

border-color css

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

 span { border-color: rgb(89,72,133); }

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