Html Css Color HEX #59569E Governor Bay

📋 copy color: '#59569E'

red 89 ◦ green 86 ◦ blue 158

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

Shades of Governor Bay #59569E

Tints of Governor Bay #59569E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.83%

 BLUE value IS 158 (62.11% from 255) = 47.45%

R = 26.73%
G = 25.83%
B = 47.45%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59569E (or 0x59569E) is known color: Governor Bay. HEX triplet: 59, 56 and 9E. RGB value is (89,86,158). Sum of RGB (Red+Green+Blue) = 89+86+158=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #59569E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59569E is #A6A961. Grayscale: #5E5E5E. Windows color (decimal): -10922338 or 10376793. OLE color: 10376793.

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

Color convert

RGB 89 86 158 -
CMYK 0.44 0.46 0 0.38
HSL 242.5º 0.3% 0.48% -
HSV(B) 242.5º 0.46% 0.62% -
XYZ 13.62 11.25 33.8 -
YUV 95.11 163.49 123.65 -
System Red Green Blue C M Y K H S L
Decimal 89 86 158 0.44 0.46 0 0.38 242.5 0.3 0.48
Hex 59 56 9E 2C 2E 0 26 F2 1E 30
Octal 131 126 236 54 56 0 46 362 36 60
Binary 1011001 1010110 10011110 101100 101110 0 100110 11110010 11110 110000

Color Harmonies of #59569E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59569E

Black with #59569E

Text Example


Text Example

White with #59569E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59569E; }

 p { color: rgb(89,86,158); }

 H1.HeaderClassName
 {
   color: #59569E;
 }
 .AnyTagClassName
 {
   color: #59569E;
 }
</style>

background-color css

<style>
 a { background-color: #59569E; }

 a { background-color: rgb(89,86,158); }

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

border-color css

<style>
 span { border-color: #59569E; }

 span { border-color: rgb(89,86,158); }

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