Html Css Color HEX #59458B Gigas

📋 copy color: '#59458B'

red 89 ◦ green 69 ◦ blue 139

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

Shades of Gigas #59458B

Tints of Gigas #59458B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.23%

 BLUE value IS 139 (54.69% from 255) = 46.8%

R = 29.97%
G = 23.23%
B = 46.8%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59458B (or 0x59458B) is known color: Gigas. HEX triplet: 59, 45 and 8B. RGB value is (89,69,139). Sum of RGB (Red+Green+Blue) = 89+69+139=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #59458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59458B is #A6BA74. Grayscale: #525252. Windows color (decimal): -10926709 or 9127257. OLE color: 9127257.

HSL color Cylindrical-coordinate representation of color #59458B: hue angle of 257.14º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59458B is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 69 139 -
CMYK 0.36 0.50 0 0.45
HSL 257.14º 0.34% 0.41% -
HSV(B) 257.14º 0.5% 0.55% -
XYZ 10.91 8.24 25.44 -
YUV 82.96 159.63 132.31 -
System Red Green Blue C M Y K H S L
Decimal 89 69 139 0.36 0.50 0 0.45 257.14 0.34 0.41
Hex 59 45 8B 24 32 0 2D 101 22 29
Octal 131 105 213 44 62 0 55 401 42 51
Binary 1011001 1000101 10001011 100100 110010 0 101101 100000001 100010 101001

Color Harmonies of #59458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59458B

Black with #59458B

Text Example


Text Example

White with #59458B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59458B; }

 p { color: rgb(89,69,139); }

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

background-color css

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

 a { background-color: rgb(89,69,139); }

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

border-color css

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

 span { border-color: rgb(89,69,139); }

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