#058294

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

Shades of Eastern Blue #058294

Tints of Eastern Blue #058294

Color information

#058294 (or 0x058294) is unknown color: approx Eastern Blue. HEX triplet: 05, 82 and 94. RGB value is (5,130,148). Sum of RGB (Red+Green+Blue) = 5+130+148=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #058294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058294 is #FA7D6B. Grayscale: #5E5E5E. Windows color (decimal): -16416108 or 9732613. OLE color: 9732613.

HSL color Cylindrical-coordinate representation of color #058294: hue angle of 187.55º 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 #058294 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5130148-
CMYK0.970.1200.42
HSL187.55º93.46%30%-
HSV(B)187.55º96.62%58.04%-
XYZ13.3918.1430.81-
YUV94.68158.0964.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 148 (58.20% from 255) = 52.30%
R=1.77%
G=45.94%
B=52.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51301480.970.1200.42187.5593.4630
Hex5829461C02Abc5d1e
Octal52022241411405227413536
Binary101100000101001010011000011100010101010111100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058294; }

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

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

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

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

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

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

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

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