#05969F

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

Shades of Eastern Blue #05969F

Tints of Eastern Blue #05969F

Color information

#05969F (or 0x05969F) is unknown color: approx Eastern Blue. HEX triplet: 05, 96 and 9F. RGB value is (5,150,159). Sum of RGB (Red+Green+Blue) = 5+150+159=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #05969F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05969F is #FA6960. Grayscale: #6B6B6B. Windows color (decimal): -16410977 or 10458629. OLE color: 10458629.

HSL color Cylindrical-coordinate representation of color #05969F: hue angle of 183.51º 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 #05969F is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5150159-
CMYK0.970.0600.38
HSL183.51º93.9%32.16%-
HSV(B)183.51º96.86%62.35%-
XYZ17.2324.3536.59-
YUV107.67156.9654.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.59%
GREEN value IS 150 (58.98% from 255) = 47.77%
BLUE value IS 159 (62.5% from 255) = 50.64%
R=1.59%
G=47.77%
B=50.64%

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
Decimal51501590.970.0600.38183.5193.932.16
Hex5969F616026b85e20
Octal5226237141604627013640
Binary101100101101001111111000011100100110101110001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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