#759EA5

Color #759EA5 Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #759EA5

Tints of Neptune #759EA5

Color information

#759EA5 (or 0x759EA5) is unknown color: approx Neptune. HEX triplet: 75, 9E and A5. RGB value is (117,158,165). Sum of RGB (Red+Green+Blue) = 117+158+165=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 165 - color contains mainly: blue. Hex color #759EA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759EA5 is #8A615A. Grayscale: #929292. Windows color (decimal): -9068891 or 10854005. OLE color: 10854005.

HSL color Cylindrical-coordinate representation of color #759EA5: hue angle of 188.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #759EA5 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB117158165-
CMYK0.290.0400.35
HSL188.75º21.05%55.29%-
HSV(B)188.75º29.09%64.71%-
XYZ26.3530.9540.18-
YUV146.54138.42106.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.59%
GREEN value IS 158 (62.11% from 255) = 35.91%
BLUE value IS 165 (64.84% from 255) = 37.5%
R=26.59%
G=35.91%
B=37.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171581650.290.0400.35188.7521.0555.29
Hex759EA51D4023bd1537
Octal1652362453540432752567
Binary111010110011110101001011110110001000111011110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759EA5; }

 p { color: rgb(117,158,165); }

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

<style>
 a { background-color: #759EA5; }

 a { background-color: rgb(117,158,165); }

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

<style>
 span { border-color: #759EA5; }

 span { border-color: rgb(117,158,165); }

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