#5E669B

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

Shades of Governor Bay #5E669B

Tints of Governor Bay #5E669B

Color information

#5E669B (or 0x5E669B) is unknown color: approx Governor Bay. HEX triplet: 5E, 66 and 9B. RGB value is (94,102,155). Sum of RGB (Red+Green+Blue) = 94+102+155=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E669B is #A19964. Grayscale: #696969. Windows color (decimal): -10590565 or 10184286. OLE color: 10184286.

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

Color convert

RGB94102155-
CMYK0.390.3400.39
HSL232.13º24.5%48.82%-
HSV(B)232.13º39.35%60.78%-
XYZ15.2814.2532.96-
YUV105.65155.85119.69-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.78%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 155 (60.94% from 255) = 44.16%
R=26.78%
G=29.06%
B=44.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941021550.390.3400.39232.1324.548.82
Hex5E669B2722027e81831
Octal13614623347420473503061
Binary101111011001101001101110011110001001001111110100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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