#5E569B

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

Shades of Governor Bay #5E569B

Tints of Governor Bay #5E569B

Color information

#5E569B (or 0x5E569B) is unknown color: approx Governor Bay. HEX triplet: 5E, 56 and 9B. RGB value is (94,86,155). Sum of RGB (Red+Green+Blue) = 94+86+155=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E569B is #A1A964. Grayscale: #5F5F5F. Windows color (decimal): -10594661 or 10180190. OLE color: 10180190.

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

Color convert

RGB9486155-
CMYK0.390.4500.39
HSL246.96º28.63%47.25%-
HSV(B)246.96º44.52%60.78%-
XYZ13.8611.432.48-
YUV96.26161.15126.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.06%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 155 (60.94% from 255) = 46.27%
R=28.06%
G=25.67%
B=46.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94861550.390.4500.39246.9628.6347.25
Hex5E569B272D027f71d2f
Octal13612623347550473673557
Binary101111010101101001101110011110110101001111111011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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