Html Css Color HEX #59589D Governor Bay

📋 copy color: '#59589D'

red 89 ◦ green 88 ◦ blue 157

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

Shades of Governor Bay #59589D

Tints of Governor Bay #59589D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.01%

R = 26.65%
G = 26.35%
B = 47.01%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59589D (or 0x59589D) is known color: Governor Bay. HEX triplet: 59, 58 and 9D. RGB value is (89,88,157). Sum of RGB (Red+Green+Blue) = 89+88+157=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #59589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59589D is #A6A762. Grayscale: #5F5F5F. Windows color (decimal): -10921827 or 10311769. OLE color: 10311769.

HSL color Cylindrical-coordinate representation of color #59589D: hue angle of 240.87º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59589D is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 88 157 -
CMYK 0.43 0.44 0 0.38
HSL 240.87º 0.28% 0.48% -
HSV(B) 240.87º 0.44% 0.62% -
XYZ 13.7 11.54 33.4 -
YUV 96.17 162.33 122.89 -
System Red Green Blue C M Y K H S L
Decimal 89 88 157 0.43 0.44 0 0.38 240.87 0.28 0.48
Hex 59 58 9D 2B 2C 0 26 F1 1C 30
Octal 131 130 235 53 54 0 46 361 34 60
Binary 1011001 1011000 10011101 101011 101100 0 100110 11110001 11100 110000

Color Harmonies of #59589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59589D

Black with #59589D

Text Example


Text Example

White with #59589D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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