Html Css Color HEX #5B5698 Governor Bay

📋 copy color: '#5B5698'

red 91 ◦ green 86 ◦ blue 152

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

Shades of Governor Bay #5B5698

Tints of Governor Bay #5B5698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.14%

 BLUE value IS 152 (59.77% from 255) = 46.2%

R = 27.66%
G = 26.14%
B = 46.2%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5B5698 (or 0x5B5698) is known color: Governor Bay. HEX triplet: 5B, 56 and 98. RGB value is (91,86,152). Sum of RGB (Red+Green+Blue) = 91+86+152=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B5698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5698 is #A4A967. Grayscale: #5E5E5E. Windows color (decimal): -10791272 or 9983579. OLE color: 9983579.

HSL color Cylindrical-coordinate representation of color #5B5698: hue angle of 244.55º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B5698 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 91 86 152 -
CMYK 0.40 0.43 0 0.40
HSL 244.55º 0.28% 0.47% -
HSV(B) 244.55º 0.43% 0.6% -
XYZ 13.31 11.15 31.16 -
YUV 95.02 160.16 125.13 -
System Red Green Blue C M Y K H S L
Decimal 91 86 152 0.40 0.43 0 0.40 244.55 0.28 0.47
Hex 5B 56 98 28 2B 0 28 F5 1C 2F
Octal 133 126 230 50 53 0 50 365 34 57
Binary 1011011 1010110 10011000 101000 101011 0 101000 11110101 11100 101111

Color Harmonies of #5B5698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5698

Black with #5B5698

Text Example


Text Example

White with #5B5698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,86,152); }

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

background-color css

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

 a { background-color: rgb(91,86,152); }

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

border-color css

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

 span { border-color: rgb(91,86,152); }

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