Html Css Color HEX #59608D Governor Bay

📋 copy color: '#59608D'

red 89 ◦ green 96 ◦ blue 141

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

Shades of Governor Bay #59608D

Tints of Governor Bay #59608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

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

R = 27.3%
G = 29.45%
B = 43.25%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59608D (or 0x59608D) is known color: Governor Bay. HEX triplet: 59, 60 and 8D. RGB value is (89,96,141). Sum of RGB (Red+Green+Blue) = 89+96+141=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #59608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59608D is #A69F72. Grayscale: #626262. Windows color (decimal): -10919795 or 9265241. OLE color: 9265241.

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

Color convert

RGB 89 96 141 -
CMYK 0.37 0.32 0 0.45
HSL 231.92º 0.23% 0.45% -
HSV(B) 231.92º 0.37% 0.55% -
XYZ 13.11 12.41 26.9 -
YUV 99.04 151.68 120.84 -
System Red Green Blue C M Y K H S L
Decimal 89 96 141 0.37 0.32 0 0.45 231.92 0.23 0.45
Hex 59 60 8D 25 20 0 2D E8 17 2D
Octal 131 140 215 45 40 0 55 350 27 55
Binary 1011001 1100000 10001101 100101 100000 0 101101 11101000 10111 101101

Color Harmonies of #59608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59608D

Black with #59608D

Text Example


Text Example

White with #59608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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