Html Css Color HEX #594888 Gigas

📋 copy color: '#594888'

red 89 ◦ green 72 ◦ blue 136

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

Shades of Gigas #594888

Tints of Gigas #594888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.79%

R = 29.97%
G = 24.24%
B = 45.79%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#594888 (or 0x594888) is known color: Gigas. HEX triplet: 59, 48 and 88. RGB value is (89,72,136). Sum of RGB (Red+Green+Blue) = 89+72+136=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #594888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594888 is #A6B777. Grayscale: #545454. Windows color (decimal): -10925944 or 8931417. OLE color: 8931417.

HSL color Cylindrical-coordinate representation of color #594888: hue angle of 255.94º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #594888 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 72 136 -
CMYK 0.35 0.47 0 0.47
HSL 255.94º 0.31% 0.41% -
HSV(B) 255.94º 0.47% 0.53% -
XYZ 10.88 8.54 24.37 -
YUV 84.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 89 72 136 0.35 0.47 0 0.47 255.94 0.31 0.41
Hex 59 48 88 23 2F 0 2F 100 1F 29
Octal 131 110 210 43 57 0 57 400 37 51
Binary 1011001 1001000 10001000 100011 101111 0 101111 100000000 11111 101001

Color Harmonies of #594888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594888

Black with #594888

Text Example


Text Example

White with #594888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594888; }

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

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

background-color css

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

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

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

border-color css

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

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

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