Html Css Color HEX #59609B Governor Bay

📋 copy color: '#59609B'

red 89 ◦ green 96 ◦ blue 155

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

Shades of Governor Bay #59609B

Tints of Governor Bay #59609B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.59%

R = 26.18%
G = 28.24%
B = 45.59%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59609B (or 0x59609B) is known color: Governor Bay. HEX triplet: 59, 60 and 9B. RGB value is (89,96,155). Sum of RGB (Red+Green+Blue) = 89+96+155=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #59609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59609B is #A69F64. Grayscale: #646464. Windows color (decimal): -10919781 or 10182745. OLE color: 10182745.

HSL color Cylindrical-coordinate representation of color #59609B: hue angle of 233.64º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59609B is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 96 155 -
CMYK 0.43 0.38 0 0.39
HSL 233.64º 0.27% 0.48% -
HSV(B) 233.64º 0.43% 0.61% -
XYZ 14.22 12.86 32.74 -
YUV 100.63 158.68 119.7 -
System Red Green Blue C M Y K H S L
Decimal 89 96 155 0.43 0.38 0 0.39 233.64 0.27 0.48
Hex 59 60 9B 2B 26 0 27 EA 1B 30
Octal 131 140 233 53 46 0 47 352 33 60
Binary 1011001 1100000 10011011 101011 100110 0 100111 11101010 11011 110000

Color Harmonies of #59609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59609B

Black with #59609B

Text Example


Text Example

White with #59609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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