Html Css Color HEX #59588D Governor Bay

📋 copy color: '#59588D'

red 89 ◦ green 88 ◦ blue 141

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

Shades of Governor Bay #59588D

Tints of Governor Bay #59588D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.67%

 BLUE value IS 141 (55.47% from 255) = 44.34%

R = 27.99%
G = 27.67%
B = 44.34%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59588D (or 0x59588D) is known color: Governor Bay. HEX triplet: 59, 58 and 8D. RGB value is (89,88,141). Sum of RGB (Red+Green+Blue) = 89+88+141=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #59588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59588D is #A6A772. Grayscale: #5E5E5E. Windows color (decimal): -10921843 or 9263193. OLE color: 9263193.

HSL color Cylindrical-coordinate representation of color #59588D: hue angle of 241.13º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59588D is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 88 141 -
CMYK 0.37 0.38 0 0.45
HSL 241.13º 0.23% 0.45% -
HSV(B) 241.13º 0.38% 0.55% -
XYZ 12.42 11.03 26.67 -
YUV 94.34 154.33 124.19 -
System Red Green Blue C M Y K H S L
Decimal 89 88 141 0.37 0.38 0 0.45 241.13 0.23 0.45
Hex 59 58 8D 25 26 0 2D F1 17 2D
Octal 131 130 215 45 46 0 55 361 27 55
Binary 1011001 1011000 10001101 100101 100110 0 101101 11110001 10111 101101

Color Harmonies of #59588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59588D

Black with #59588D

Text Example


Text Example

White with #59588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59588D; }

 p { color: rgb(89,88,141); }

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

background-color css

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

 a { background-color: rgb(89,88,141); }

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

border-color css

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

 span { border-color: rgb(89,88,141); }

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