Html Css Color HEX #5B5397 Governor Bay

📋 copy color: '#5B5397'

red 91 ◦ green 83 ◦ blue 151

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

Shades of Governor Bay #5B5397

Tints of Governor Bay #5B5397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.54%

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

R = 28%
G = 25.54%
B = 46.46%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5B5397 (or 0x5B5397) is known color: Governor Bay. HEX triplet: 5B, 53 and 97. RGB value is (91,83,151). Sum of RGB (Red+Green+Blue) = 91+83+151=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #5B5397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5397 is #A4AC68. Grayscale: #5C5C5C. Windows color (decimal): -10792041 or 9917275. OLE color: 9917275.

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

Color convert

RGB 91 83 151 -
CMYK 0.40 0.45 0 0.41
HSL 247.06º 0.29% 0.46% -
HSV(B) 247.06º 0.45% 0.59% -
XYZ 12.99 10.65 30.65 -
YUV 93.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 91 83 151 0.40 0.45 0 0.41 247.06 0.29 0.46
Hex 5B 53 97 28 2D 0 29 F7 1D 2E
Octal 133 123 227 50 55 0 51 367 35 56
Binary 1011011 1010011 10010111 101000 101101 0 101001 11110111 11101 101110

Color Harmonies of #5B5397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5397

Black with #5B5397

Text Example


Text Example

White with #5B5397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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