Html Css Color HEX #59539B Governor Bay

📋 copy color: '#59539B'

red 89 ◦ green 83 ◦ blue 155

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

Shades of Governor Bay #59539B

Tints of Governor Bay #59539B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.38%

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

R = 27.22%
G = 25.38%
B = 47.4%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59539B (or 0x59539B) is known color: Governor Bay. HEX triplet: 59, 53 and 9B. RGB value is (89,83,155). Sum of RGB (Red+Green+Blue) = 89+83+155=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #59539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59539B is #A6AC64. Grayscale: #5C5C5C. Windows color (decimal): -10923109 or 10179417. OLE color: 10179417.

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

Color convert

RGB 89 83 155 -
CMYK 0.43 0.46 0 0.39
HSL 245º 0.3% 0.47% -
HSV(B) 245º 0.46% 0.61% -
XYZ 13.13 10.68 32.38 -
YUV 93 162.99 125.15 -
System Red Green Blue C M Y K H S L
Decimal 89 83 155 0.43 0.46 0 0.39 245 0.3 0.47
Hex 59 53 9B 2B 2E 0 27 F5 1E 2F
Octal 131 123 233 53 56 0 47 365 36 57
Binary 1011001 1010011 10011011 101011 101110 0 100111 11110101 11110 101111

Color Harmonies of #59539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59539B

Black with #59539B

Text Example


Text Example

White with #59539B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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