#5E609B

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

Shades of Governor Bay #5E609B

Tints of Governor Bay #5E609B

Color information

#5E609B (or 0x5E609B) is unknown color: approx Governor Bay. HEX triplet: 5E, 60 and 9B. RGB value is (94,96,155). Sum of RGB (Red+Green+Blue) = 94+96+155=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E609B is #A19F64. Grayscale: #656565. Windows color (decimal): -10592101 or 10182750. OLE color: 10182750.

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

Color convert

RGB9496155-
CMYK0.390.3800.39
HSL238.03º24.5%48.82%-
HSV(B)238.03º39.35%60.78%-
XYZ14.7213.1132.77-
YUV102.13157.84122.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.25%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 155 (60.94% from 255) = 44.93%
R=27.25%
G=27.83%
B=44.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94961550.390.3800.39238.0324.548.82
Hex5E609B2726027ee1831
Octal13614023347460473563061
Binary101111011000001001101110011110011001001111110111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,96,155); }

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

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

 a { background-color: rgb(94,96,155); }

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

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

 span { border-color: rgb(94,96,155); }

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