#058794

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

Shades of Eastern Blue #058794

Tints of Eastern Blue #058794

Color information

#058794 (or 0x058794) is unknown color: approx Eastern Blue. HEX triplet: 05, 87 and 94. RGB value is (5,135,148). Sum of RGB (Red+Green+Blue) = 5+135+148=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #058794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058794 is #FA786B. Grayscale: #616161. Windows color (decimal): -16414828 or 9733893. OLE color: 9733893.

HSL color Cylindrical-coordinate representation of color #058794: hue angle of 185.45º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058794 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5135148-
CMYK0.970.0900.42
HSL185.45º93.46%30%-
HSV(B)185.45º96.62%58.04%-
XYZ14.0719.531.04-
YUV97.61156.4361.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.74%
GREEN value IS 135 (53.12% from 255) = 46.88%
BLUE value IS 148 (58.20% from 255) = 51.39%
R=1.74%
G=46.88%
B=51.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51351480.970.0900.42185.4593.4630
Hex5879461902Ab95d1e
Octal52072241411105227113536
Binary101100001111001010011000011001010101010111001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058794; }

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

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

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

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

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

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

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

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