Html Css Color HEX #5B5992 Governor Bay

📋 copy color: '#5B5992'

red 91 ◦ green 89 ◦ blue 146

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

Shades of Governor Bay #5B5992

Tints of Governor Bay #5B5992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

 BLUE value IS 146 (57.42% from 255) = 44.79%

R = 27.91%
G = 27.3%
B = 44.79%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5B5992 (or 0x5B5992) is known color: Governor Bay. HEX triplet: 5B, 59 and 92. RGB value is (91,89,146). Sum of RGB (Red+Green+Blue) = 91+89+146=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B5992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5992 is #A4A66D. Grayscale: #5F5F5F. Windows color (decimal): -10790510 or 9591131. OLE color: 9591131.

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

Color convert

RGB 91 89 146 -
CMYK 0.38 0.39 0 0.43
HSL 242.11º 0.24% 0.46% -
HSV(B) 242.11º 0.39% 0.57% -
XYZ 13.08 11.44 28.71 -
YUV 96.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 91 89 146 0.38 0.39 0 0.43 242.11 0.24 0.46
Hex 5B 59 92 26 27 0 2B F2 18 2E
Octal 133 131 222 46 47 0 53 362 30 56
Binary 1011011 1011001 10010010 100110 100111 0 101011 11110010 11000 101110

Color Harmonies of #5B5992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5992

Black with #5B5992

Text Example


Text Example

White with #5B5992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,89,146); }

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

background-color css

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

 a { background-color: rgb(91,89,146); }

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

border-color css

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

 span { border-color: rgb(91,89,146); }

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