#05949E

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

Shades of Eastern Blue #05949E

Tints of Eastern Blue #05949E

Color information

#05949E (or 0x05949E) is unknown color: approx Eastern Blue. HEX triplet: 05, 94 and 9E. RGB value is (5,148,158). Sum of RGB (Red+Green+Blue) = 5+148+158=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #05949E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05949E is #FA6B61. Grayscale: #6A6A6A. Windows color (decimal): -16411490 or 10392581. OLE color: 10392581.

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

Color convert

RGB5148158-
CMYK0.970.0600.38
HSL183.92º93.87%31.96%-
HSV(B)183.92º96.84%61.96%-
XYZ16.8223.6836.03-
YUV106.38157.1255.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.61%
GREEN value IS 148 (58.20% from 255) = 47.59%
BLUE value IS 158 (62.11% from 255) = 50.80%
R=1.61%
G=47.59%
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
Decimal51481580.970.0600.38183.9293.8731.96
Hex5949E616026b85e20
Octal5224236141604627013640
Binary101100101001001111011000011100100110101110001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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