Html Css Color HEX #59639B Governor Bay

📋 copy color: '#59639B'

red 89 ◦ green 99 ◦ blue 155

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

Shades of Governor Bay #59639B

Tints of Governor Bay #59639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.86%

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

R = 25.95%
G = 28.86%
B = 45.19%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59639B (or 0x59639B) is known color: Governor Bay. HEX triplet: 59, 63 and 9B. RGB value is (89,99,155). Sum of RGB (Red+Green+Blue) = 89+99+155=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #59639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59639B is #A69C64. Grayscale: #666666. Windows color (decimal): -10919013 or 10183513. OLE color: 10183513.

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

Color convert

RGB 89 99 155 -
CMYK 0.43 0.36 0 0.39
HSL 230.91º 0.27% 0.48% -
HSV(B) 230.91º 0.43% 0.61% -
XYZ 14.5 13.41 32.84 -
YUV 102.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 89 99 155 0.43 0.36 0 0.39 230.91 0.27 0.48
Hex 59 63 9B 2B 24 0 27 E7 1B 30
Octal 131 143 233 53 44 0 47 347 33 60
Binary 1011001 1100011 10011011 101011 100100 0 100111 11100111 11011 110000

Color Harmonies of #59639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59639B

Black with #59639B

Text Example


Text Example

White with #59639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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