Html Css Color HEX #5B5696 Governor Bay

📋 copy color: '#5B5696'

red 91 ◦ green 86 ◦ blue 150

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

Shades of Governor Bay #5B5696

Tints of Governor Bay #5B5696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.87%

R = 27.83%
G = 26.3%
B = 45.87%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5B5696 (or 0x5B5696) is known color: Governor Bay. HEX triplet: 5B, 56 and 96. RGB value is (91,86,150). Sum of RGB (Red+Green+Blue) = 91+86+150=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #5B5696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5696 is #A4A969. Grayscale: #5E5E5E. Windows color (decimal): -10791274 or 9852507. OLE color: 9852507.

HSL color Cylindrical-coordinate representation of color #5B5696: hue angle of 244.69º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B5696 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 91 86 150 -
CMYK 0.39 0.43 0 0.41
HSL 244.69º 0.27% 0.46% -
HSV(B) 244.69º 0.43% 0.59% -
XYZ 13.15 11.08 30.3 -
YUV 94.79 159.16 125.3 -
System Red Green Blue C M Y K H S L
Decimal 91 86 150 0.39 0.43 0 0.41 244.69 0.27 0.46
Hex 5B 56 96 27 2B 0 29 F5 1B 2E
Octal 133 126 226 47 53 0 51 365 33 56
Binary 1011011 1010110 10010110 100111 101011 0 101001 11110101 11011 101110

Color Harmonies of #5B5696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5696

Black with #5B5696

Text Example


Text Example

White with #5B5696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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