#5B4F9A

Color #5B4F9A Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #5B4F9A

Tints of Governor Bay #5B4F9A

Color information

#5B4F9A (or 0x5B4F9A) is unknown color: approx Governor Bay. HEX triplet: 5B, 4F and 9A. RGB value is (91,79,154). Sum of RGB (Red+Green+Blue) = 91+79+154=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B4F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B4F9A is #A4B065. Grayscale: #5A5A5A. Windows color (decimal): -10793062 or 10112859. OLE color: 10112859.

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

Color convert

RGB9179154-
CMYK0.410.4900.40
HSL249.6º32.19%45.69%-
HSV(B)249.6º48.7%60.39%-
XYZ12.9410.1531.85-
YUV91.14163.48127.9-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.09%
GREEN value IS 79 (31.25% from 255) = 24.38%
BLUE value IS 154 (60.55% from 255) = 47.53%
R=28.09%
G=24.38%
B=47.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91791540.410.4900.40249.632.1945.69
Hex5B4F9A2931028fa202e
Octal13311723251610503724056
Binary1011011100111110011010101001110001010100011111010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,79,154); }

 H1.HeaderClassName
 {
   color: #5B4F9A;
 }
 .AnyTagClassName
 {
   color: #5B4F9A;
 }
</style>
background-color css

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

 a { background-color: rgb(91,79,154); }

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

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

 span { border-color: rgb(91,79,154); }

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