#05959F

Color #05959F Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #05959F

Tints of Eastern Blue #05959F

Color information

#05959F (or 0x05959F) is unknown color: approx Eastern Blue. HEX triplet: 05, 95 and 9F. RGB value is (5,149,159). Sum of RGB (Red+Green+Blue) = 5+149+159=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #05959F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05959F is #FA6A60. Grayscale: #6A6A6A. Windows color (decimal): -16411233 or 10458373. OLE color: 10458373.

HSL color Cylindrical-coordinate representation of color #05959F: hue angle of 183.9º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05959F is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5149159-
CMYK0.970.0600.38
HSL183.9º93.9%32.16%-
HSV(B)183.9º96.86%62.35%-
XYZ17.0724.0336.54-
YUV107.08157.2955.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.60%
GREEN value IS 149 (58.59% from 255) = 47.60%
BLUE value IS 159 (62.5% from 255) = 50.80%
R=1.60%
G=47.60%
B=50.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51491590.970.0600.38183.993.932.16
Hex5959F616026b85e20
Octal5225237141604627013640
Binary101100101011001111111000011100100110101110001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05959F; }

 p { color: rgb(5,149,159); }

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

<style>
 a { background-color: #05959F; }

 a { background-color: rgb(5,149,159); }

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

<style>
 span { border-color: #05959F; }

 span { border-color: rgb(5,149,159); }

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