Html Css Color HEX #5B5D97 Governor Bay

📋 copy color: '#5B5D97'

red 91 ◦ green 93 ◦ blue 151

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

Shades of Governor Bay #5B5D97

Tints of Governor Bay #5B5D97

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.76%

 BLUE value IS 151 (59.38% from 255) = 45.07%

R = 27.16%
G = 27.76%
B = 45.07%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5B5D97 (or 0x5B5D97) is known color: Governor Bay. HEX triplet: 5B, 5D and 97. RGB value is (91,93,151). Sum of RGB (Red+Green+Blue) = 91+93+151=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #5B5D97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5D97 is #A4A268. Grayscale: #626262. Windows color (decimal): -10789481 or 9919835. OLE color: 9919835.

HSL color Cylindrical-coordinate representation of color #5B5D97: hue angle of 238º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B5D97 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 91 93 151 -
CMYK 0.40 0.38 0 0.41
HSL 238º 0.25% 0.47% -
HSV(B) 238º 0.4% 0.59% -
XYZ 13.81 12.29 30.92 -
YUV 99.01 157.34 122.28 -
System Red Green Blue C M Y K H S L
Decimal 91 93 151 0.40 0.38 0 0.41 238 0.25 0.47
Hex 5B 5D 97 28 26 0 29 EE 19 2F
Octal 133 135 227 50 46 0 51 356 31 57
Binary 1011011 1011101 10010111 101000 100110 0 101001 11101110 11001 101111

Color Harmonies of #5B5D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5D97

Black with #5B5D97

Text Example


Text Example

White with #5B5D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,93,151); }

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

background-color css

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

 a { background-color: rgb(91,93,151); }

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

border-color css

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

 span { border-color: rgb(91,93,151); }

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