#5E659A

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

Shades of Governor Bay #5E659A

Tints of Governor Bay #5E659A

Color information

#5E659A (or 0x5E659A) is unknown color: approx Governor Bay. HEX triplet: 5E, 65 and 9A. RGB value is (94,101,154). Sum of RGB (Red+Green+Blue) = 94+101+154=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E659A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E659A is #A19A65. Grayscale: #686868. Windows color (decimal): -10590822 or 10118494. OLE color: 10118494.

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

Color convert

RGB94101154-
CMYK0.390.3400.40
HSL233º24.19%48.63%-
HSV(B)233º38.96%60.39%-
XYZ15.114.0232.48-
YUV104.95155.68120.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.93%
GREEN value IS 101 (39.84% from 255) = 28.94%
BLUE value IS 154 (60.55% from 255) = 44.13%
R=26.93%
G=28.94%
B=44.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal941011540.390.3400.4023324.1948.63
Hex5E659A2722028e91831
Octal13614523247420503513061
Binary101111011001011001101010011110001001010001110100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,101,154); }

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

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

 a { background-color: rgb(94,101,154); }

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

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

 span { border-color: rgb(94,101,154); }

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