Html Css Color HEX #59539D Governor Bay

📋 copy color: '#59539D'

red 89 ◦ green 83 ◦ blue 157

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

Shades of Governor Bay #59539D

Tints of Governor Bay #59539D

RGB

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

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

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

R = 27.05%
G = 25.23%
B = 47.72%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59539D (or 0x59539D) is known color: Governor Bay. HEX triplet: 59, 53 and 9D. RGB value is (89,83,157). Sum of RGB (Red+Green+Blue) = 89+83+157=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #59539D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59539D is #A6AC62. Grayscale: #5C5C5C. Windows color (decimal): -10923107 or 10310489. OLE color: 10310489.

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

Color convert

RGB 89 83 157 -
CMYK 0.43 0.47 0 0.38
HSL 244.86º 0.31% 0.47% -
HSV(B) 244.86º 0.47% 0.62% -
XYZ 13.3 10.74 33.27 -
YUV 93.23 163.99 124.98 -
System Red Green Blue C M Y K H S L
Decimal 89 83 157 0.43 0.47 0 0.38 244.86 0.31 0.47
Hex 59 53 9D 2B 2F 0 26 F5 1F 2F
Octal 131 123 235 53 57 0 46 365 37 57
Binary 1011001 1010011 10011101 101011 101111 0 100110 11110101 11111 101111

Color Harmonies of #59539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59539D

Black with #59539D

Text Example


Text Example

White with #59539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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