Html Css Color HEX #594285 Gigas

📋 copy color: '#594285'

red 89 ◦ green 66 ◦ blue 133

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

Shades of Gigas #594285

Tints of Gigas #594285

RGB

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

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

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

R = 30.9%
G = 22.92%
B = 46.18%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#594285 (or 0x594285) is known color: Gigas. HEX triplet: 59, 42 and 85. RGB value is (89,66,133). Sum of RGB (Red+Green+Blue) = 89+66+133=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #594285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594285 is #A6BD7A. Grayscale: #505050. Windows color (decimal): -10927483 or 8733273. OLE color: 8733273.

HSL color Cylindrical-coordinate representation of color #594285: hue angle of 260.6º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #594285 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 66 133 -
CMYK 0.33 0.50 0 0.48
HSL 260.6º 0.34% 0.39% -
HSV(B) 260.6º 0.5% 0.52% -
XYZ 10.3 7.71 23.14 -
YUV 80.52 157.62 134.05 -
System Red Green Blue C M Y K H S L
Decimal 89 66 133 0.33 0.50 0 0.48 260.6 0.34 0.39
Hex 59 42 85 21 32 0 30 105 22 27
Octal 131 102 205 41 62 0 60 405 42 47
Binary 1011001 1000010 10000101 100001 110010 0 110000 100000101 100010 100111

Color Harmonies of #594285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594285

Black with #594285

Text Example


Text Example

White with #594285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594285; }

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

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

background-color css

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

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

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

border-color css

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

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

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