Html Css Color HEX #59599D Governor Bay

📋 copy color: '#59599D'

red 89 ◦ green 89 ◦ blue 157

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

Shades of Governor Bay #59599D

Tints of Governor Bay #59599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.57%

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

R = 26.57%
G = 26.57%
B = 46.87%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59599D (or 0x59599D) is known color: Governor Bay. HEX triplet: 59, 59 and 9D. RGB value is (89,89,157). Sum of RGB (Red+Green+Blue) = 89+89+157=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #59599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59599D is #A6A662. Grayscale: #606060. Windows color (decimal): -10921571 or 10312025. OLE color: 10312025.

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

Color convert

RGB 89 89 157 -
CMYK 0.43 0.43 0 0.38
HSL 240º 0.28% 0.48% -
HSV(B) 240º 0.43% 0.62% -
XYZ 13.78 11.7 33.43 -
YUV 96.75 162 122.47 -
System Red Green Blue C M Y K H S L
Decimal 89 89 157 0.43 0.43 0 0.38 240 0.28 0.48
Hex 59 59 9D 2B 2B 0 26 F0 1C 30
Octal 131 131 235 53 53 0 46 360 34 60
Binary 1011001 1011001 10011101 101011 101011 0 100110 11110000 11100 110000

Color Harmonies of #59599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59599D

Black with #59599D

Text Example


Text Example

White with #59599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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