#5E5698

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

Shades of Governor Bay #5E5698

Tints of Governor Bay #5E5698

Color information

#5E5698 (or 0x5E5698) is unknown color: approx Governor Bay. HEX triplet: 5E, 56 and 98. RGB value is (94,86,152). Sum of RGB (Red+Green+Blue) = 94+86+152=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #5E5698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5698 is #A1A967. Grayscale: #5F5F5F. Windows color (decimal): -10594664 or 9983582. OLE color: 9983582.

HSL color Cylindrical-coordinate representation of color #5E5698: hue angle of 247.27º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E5698 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9486152-
CMYK0.380.4300.40
HSL247.27º27.73%46.67%-
HSV(B)247.27º43.42%59.61%-
XYZ13.6111.331.17-
YUV95.92159.65126.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.31%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 152 (59.77% from 255) = 45.78%
R=28.31%
G=25.90%
B=45.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal94861520.380.4300.40247.2727.7346.67
Hex5E5698262B028f71c2f
Octal13612623046530503673457
Binary101111010101101001100010011010101101010001111011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,86,152); }

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

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

 a { background-color: rgb(94,86,152); }

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

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

 span { border-color: rgb(94,86,152); }

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