Html Css Color HEX #5B5989 Governor Bay

📋 copy color: '#5B5989'

red 91 ◦ green 89 ◦ blue 137

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

Shades of Governor Bay #5B5989

Tints of Governor Bay #5B5989

RGB

 RED value IS 91 (35.94% from 255) = 28.71%

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

 BLUE value IS 137 (53.91% from 255) = 43.22%

R = 28.71%
G = 28.08%
B = 43.22%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5B5989 (or 0x5B5989) is known color: Governor Bay. HEX triplet: 5B, 59 and 89. RGB value is (91,89,137). Sum of RGB (Red+Green+Blue) = 91+89+137=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #5B5989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5989 is #A4A676. Grayscale: #5E5E5E. Windows color (decimal): -10790519 or 9001307. OLE color: 9001307.

HSL color Cylindrical-coordinate representation of color #5B5989: hue angle of 242.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B5989 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 91 89 137 -
CMYK 0.34 0.35 0 0.46
HSL 242.5º 0.21% 0.44% -
HSV(B) 242.5º 0.35% 0.54% -
XYZ 12.4 11.18 25.17 -
YUV 95.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 91 89 137 0.34 0.35 0 0.46 242.5 0.21 0.44
Hex 5B 59 89 22 23 0 2E F2 15 2C
Octal 133 131 211 42 43 0 56 362 25 54
Binary 1011011 1011001 10001001 100010 100011 0 101110 11110010 10101 101100

Color Harmonies of #5B5989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5989

Black with #5B5989

Text Example


Text Example

White with #5B5989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B5989; }

 p { color: rgb(91,89,137); }

 H1.HeaderClassName
 {
   color: #5B5989;
 }
 .AnyTagClassName
 {
   color: #5B5989;
 }
</style>

background-color css

<style>
 a { background-color: #5B5989; }

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

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

border-color css

<style>
 span { border-color: #5B5989; }

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

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