Html Css Color HEX #594A98 Gigas

📋 copy color: '#594A98'

red 89 ◦ green 74 ◦ blue 152

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

Shades of Gigas #594A98

Tints of Gigas #594A98

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.49%

 BLUE value IS 152 (59.77% from 255) = 48.25%

R = 28.25%
G = 23.49%
B = 48.25%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#594A98 (or 0x594A98) is known color: Gigas. HEX triplet: 59, 4A and 98. RGB value is (89,74,152). Sum of RGB (Red+Green+Blue) = 89+74+152=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #594A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594A98 is #A6B567. Grayscale: #575757. Windows color (decimal): -10925416 or 9980505. OLE color: 9980505.

HSL color Cylindrical-coordinate representation of color #594A98: hue angle of 251.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #594A98 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 74 152 -
CMYK 0.41 0.51 0 0.40
HSL 251.54º 0.35% 0.44% -
HSV(B) 251.54º 0.51% 0.6% -
XYZ 12.24 9.29 30.85 -
YUV 87.38 164.47 129.16 -
System Red Green Blue C M Y K H S L
Decimal 89 74 152 0.41 0.51 0 0.40 251.54 0.35 0.44
Hex 59 4A 98 29 33 0 28 FC 23 2C
Octal 131 112 230 51 63 0 50 374 43 54
Binary 1011001 1001010 10011000 101001 110011 0 101000 11111100 100011 101100

Color Harmonies of #594A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594A98

Black with #594A98

Text Example


Text Example

White with #594A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594A98; }

 p { color: rgb(89,74,152); }

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

background-color css

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

 a { background-color: rgb(89,74,152); }

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

border-color css

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

 span { border-color: rgb(89,74,152); }

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