Html Css Color HEX #5B5790 Governor Bay

📋 copy color: '#5B5790'

red 91 ◦ green 87 ◦ blue 144

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

Shades of Governor Bay #5B5790

Tints of Governor Bay #5B5790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

 BLUE value IS 144 (56.64% from 255) = 44.72%

R = 28.26%
G = 27.02%
B = 44.72%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5B5790 (or 0x5B5790) is known color: Governor Bay. HEX triplet: 5B, 57 and 90. RGB value is (91,87,144). Sum of RGB (Red+Green+Blue) = 91+87+144=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B5790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5790 is #A4A86F. Grayscale: #5E5E5E. Windows color (decimal): -10791024 or 9459547. OLE color: 9459547.

HSL color Cylindrical-coordinate representation of color #5B5790: hue angle of 244.21º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B5790 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 91 87 144 -
CMYK 0.37 0.40 0 0.44
HSL 244.21º 0.25% 0.45% -
HSV(B) 244.21º 0.4% 0.56% -
XYZ 12.76 11.05 27.85 -
YUV 94.69 155.83 125.37 -
System Red Green Blue C M Y K H S L
Decimal 91 87 144 0.37 0.40 0 0.44 244.21 0.25 0.45
Hex 5B 57 90 25 28 0 2C F4 19 2D
Octal 133 127 220 45 50 0 54 364 31 55
Binary 1011011 1010111 10010000 100101 101000 0 101100 11110100 11001 101101

Color Harmonies of #5B5790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5790

Black with #5B5790

Text Example


Text Example

White with #5B5790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,87,144); }

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

background-color css

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

 a { background-color: rgb(91,87,144); }

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

border-color css

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

 span { border-color: rgb(91,87,144); }

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