Html Css Color HEX #5B5899 Governor Bay

📋 copy color: '#5B5899'

red 91 ◦ green 88 ◦ blue 153

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

Shades of Governor Bay #5B5899

Tints of Governor Bay #5B5899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.51%

 BLUE value IS 153 (60.16% from 255) = 46.08%

R = 27.41%
G = 26.51%
B = 46.08%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5B5899 (or 0x5B5899) is known color: Governor Bay. HEX triplet: 5B, 58 and 99. RGB value is (91,88,153). Sum of RGB (Red+Green+Blue) = 91+88+153=332 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.41% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #5B5899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5899 is #A4A766. Grayscale: #606060. Windows color (decimal): -10790759 or 10049627. OLE color: 10049627.

HSL color Cylindrical-coordinate representation of color #5B5899: hue angle of 242.77º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B5899 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 91 88 153 -
CMYK 0.41 0.42 0 0.4
HSL 242.77º 0.27% 0.47% -
HSV(B) 242.77º 0.42% 0.6% -
XYZ 13.55 11.5 31.64 -
YUV 96.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 91 88 153 0.41 0.42 0 0.4 242.77 0.27 0.47
Hex 5B 58 99 29 2A 0 28 F3 1B 2F
Octal 133 130 231 51 52 0 50 363 33 57
Binary 1011011 1011000 10011001 101001 101010 0 101000 11110011 11011 101111

Color Harmonies of #5B5899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5899

Black with #5B5899

Text Example


Text Example

White with #5B5899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,88,153); }

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

background-color css

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

 a { background-color: rgb(91,88,153); }

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

border-color css

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

 span { border-color: rgb(91,88,153); }

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