#5E5F8D

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

Shades of Governor Bay #5E5F8D

Tints of Governor Bay #5E5F8D

Color information

#5E5F8D (or 0x5E5F8D) is unknown color: approx Governor Bay. HEX triplet: 5E, 5F and 8D. RGB value is (94,95,141). Sum of RGB (Red+Green+Blue) = 94+95+141=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E5F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5F8D is #A1A072. Grayscale: #636363. Windows color (decimal): -10592371 or 9264990. OLE color: 9264990.

HSL color Cylindrical-coordinate representation of color #5E5F8D: hue angle of 238.72º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E5F8D is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9495141-
CMYK0.330.3300.45
HSL238.72º20%46.08%-
HSV(B)238.72º33.33%55.29%-
XYZ13.5212.4926.9-
YUV99.94151.17123.76-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.48%
GREEN value IS 95 (37.5% from 255) = 28.79%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=28.48%
G=28.79%
B=42.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94951410.330.3300.45238.722046.08
Hex5E5F8D212102Def142e
Octal13613721541410553572456
Binary101111010111111000110110000110000101011011110111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,95,141); }

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

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

 a { background-color: rgb(94,95,141); }

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

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

 span { border-color: rgb(94,95,141); }

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