#5E659D

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

Shades of Governor Bay #5E659D

Tints of Governor Bay #5E659D

Color information

#5E659D (or 0x5E659D) is unknown color: approx Governor Bay. HEX triplet: 5E, 65 and 9D. RGB value is (94,101,157). Sum of RGB (Red+Green+Blue) = 94+101+157=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E659D is #A19A62. Grayscale: #696969. Windows color (decimal): -10590819 or 10315102. OLE color: 10315102.

HSL color Cylindrical-coordinate representation of color #5E659D: hue angle of 233.33º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E659D is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB94101157-
CMYK0.400.3600.38
HSL233.33º25.1%49.22%-
HSV(B)233.33º40.13%61.57%-
XYZ15.3614.1233.81-
YUV105.29157.18119.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.70%
GREEN value IS 101 (39.84% from 255) = 28.69%
BLUE value IS 157 (61.72% from 255) = 44.60%
R=26.70%
G=28.69%
B=44.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941011570.400.3600.38233.3325.149.22
Hex5E659D2824026e91931
Octal13614523550440463513161
Binary101111011001011001110110100010010001001101110100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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