Html Css Color HEX #5B5592 Governor Bay

📋 copy color: '#5B5592'

red 91 ◦ green 85 ◦ blue 146

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

Shades of Governor Bay #5B5592

Tints of Governor Bay #5B5592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.4%

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

R = 28.26%
G = 26.4%
B = 45.34%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5B5592 (or 0x5B5592) is known color: Governor Bay. HEX triplet: 5B, 55 and 92. RGB value is (91,85,146). Sum of RGB (Red+Green+Blue) = 91+85+146=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B5592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5592 is #A4AA6D. Grayscale: #5D5D5D. Windows color (decimal): -10791534 or 9590107. OLE color: 9590107.

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

Color convert

RGB 91 85 146 -
CMYK 0.38 0.42 0 0.43
HSL 245.9º 0.26% 0.45% -
HSV(B) 245.9º 0.42% 0.57% -
XYZ 12.75 10.8 28.61 -
YUV 93.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 91 85 146 0.38 0.42 0 0.43 245.9 0.26 0.45
Hex 5B 55 92 26 2A 0 2B F6 1A 2D
Octal 133 125 222 46 52 0 53 366 32 55
Binary 1011011 1010101 10010010 100110 101010 0 101011 11110110 11010 101101

Color Harmonies of #5B5592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5592

Black with #5B5592

Text Example


Text Example

White with #5B5592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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