Html Css Color HEX #59559B Governor Bay

📋 copy color: '#59559B'

red 89 ◦ green 85 ◦ blue 155

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

Shades of Governor Bay #59559B

Tints of Governor Bay #59559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.84%

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

R = 27.05%
G = 25.84%
B = 47.11%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59559B (or 0x59559B) is known color: Governor Bay. HEX triplet: 59, 55 and 9B. RGB value is (89,85,155). Sum of RGB (Red+Green+Blue) = 89+85+155=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #59559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59559B is #A6AA64. Grayscale: #5D5D5D. Windows color (decimal): -10922597 or 10179929. OLE color: 10179929.

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

Color convert

RGB 89 85 155 -
CMYK 0.43 0.45 0 0.39
HSL 243.43º 0.29% 0.47% -
HSV(B) 243.43º 0.45% 0.61% -
XYZ 13.28 10.99 32.43 -
YUV 94.18 162.33 124.31 -
System Red Green Blue C M Y K H S L
Decimal 89 85 155 0.43 0.45 0 0.39 243.43 0.29 0.47
Hex 59 55 9B 2B 2D 0 27 F3 1D 2F
Octal 131 125 233 53 55 0 47 363 35 57
Binary 1011001 1010101 10011011 101011 101101 0 100111 11110011 11101 101111

Color Harmonies of #59559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59559B

Black with #59559B

Text Example


Text Example

White with #59559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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