#05939E

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

Shades of Eastern Blue #05939E

Tints of Eastern Blue #05939E

Color information

#05939E (or 0x05939E) is unknown color: approx Eastern Blue. HEX triplet: 05, 93 and 9E. RGB value is (5,147,158). Sum of RGB (Red+Green+Blue) = 5+147+158=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #05939E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05939E is #FA6C61. Grayscale: #696969. Windows color (decimal): -16411746 or 10392325. OLE color: 10392325.

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

Color convert

RGB5147158-
CMYK0.970.0700.38
HSL184.31º93.87%31.96%-
HSV(B)184.31º96.84%61.96%-
XYZ16.6723.3735.98-
YUV105.8157.4656.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.61%
GREEN value IS 147 (57.81% from 255) = 47.42%
BLUE value IS 158 (62.11% from 255) = 50.97%
R=1.61%
G=47.42%
B=50.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51471580.970.0700.38184.3193.8731.96
Hex5939E617026b85e20
Octal5223236141704627013640
Binary101100100111001111011000011110100110101110001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05939E; }

 p { color: rgb(5,147,158); }

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

<style>
 a { background-color: #05939E; }

 a { background-color: rgb(5,147,158); }

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

<style>
 span { border-color: #05939E; }

 span { border-color: rgb(5,147,158); }

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