Html Css Color HEX #594B92 Gigas

📋 copy color: '#594B92'

red 89 ◦ green 75 ◦ blue 146

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

Shades of Gigas #594B92

Tints of Gigas #594B92

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.19%

 BLUE value IS 146 (57.42% from 255) = 47.1%

R = 28.71%
G = 24.19%
B = 47.1%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#594B92 (or 0x594B92) is known color: Gigas. HEX triplet: 59, 4B and 92. RGB value is (89,75,146). Sum of RGB (Red+Green+Blue) = 89+75+146=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #594B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594B92 is #A6B46D. Grayscale: #575757. Windows color (decimal): -10925166 or 9587545. OLE color: 9587545.

HSL color Cylindrical-coordinate representation of color #594B92: hue angle of 251.83º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #594B92 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 75 146 -
CMYK 0.39 0.49 0 0.43
HSL 251.83º 0.32% 0.43% -
HSV(B) 251.83º 0.49% 0.57% -
XYZ 11.82 9.23 28.35 -
YUV 87.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 89 75 146 0.39 0.49 0 0.43 251.83 0.32 0.43
Hex 59 4B 92 27 31 0 2B FC 20 2B
Octal 131 113 222 47 61 0 53 374 40 53
Binary 1011001 1001011 10010010 100111 110001 0 101011 11111100 100000 101011

Color Harmonies of #594B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B92

Black with #594B92

Text Example


Text Example

White with #594B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,75,146); }

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

background-color css

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

 a { background-color: rgb(89,75,146); }

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

border-color css

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

 span { border-color: rgb(89,75,146); }

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