Html Css Color HEX #59629F Governor Bay

📋 copy color: '#59629F'

red 89 ◦ green 98 ◦ blue 159

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

Shades of Governor Bay #59629F

Tints of Governor Bay #59629F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.32%

 BLUE value IS 159 (62.5% from 255) = 45.95%

R = 25.72%
G = 28.32%
B = 45.95%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59629F (or 0x59629F) is known color: Governor Bay. HEX triplet: 59, 62 and 9F. RGB value is (89,98,159). Sum of RGB (Red+Green+Blue) = 89+98+159=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #59629F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59629F is #A69D60. Grayscale: #666666. Windows color (decimal): -10919265 or 10445401. OLE color: 10445401.

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

Color convert

RGB 89 98 159 -
CMYK 0.44 0.38 0 0.38
HSL 232.29º 0.28% 0.49% -
HSV(B) 232.29º 0.44% 0.62% -
XYZ 14.75 13.36 34.6 -
YUV 102.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 89 98 159 0.44 0.38 0 0.38 232.29 0.28 0.49
Hex 59 62 9F 2C 26 0 26 E8 1C 31
Octal 131 142 237 54 46 0 46 350 34 61
Binary 1011001 1100010 10011111 101100 100110 0 100110 11101000 11100 110001

Color Harmonies of #59629F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59629F

Black with #59629F

Text Example


Text Example

White with #59629F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59629F; }

 p { color: rgb(89,98,159); }

 H1.HeaderClassName
 {
   color: #59629F;
 }
 .AnyTagClassName
 {
   color: #59629F;
 }
</style>

background-color css

<style>
 a { background-color: #59629F; }

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

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

border-color css

<style>
 span { border-color: #59629F; }

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

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