#058093

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

Shades of Eastern Blue #058093

Tints of Eastern Blue #058093

Color information

#058093 (or 0x058093) is unknown color: approx Eastern Blue. HEX triplet: 05, 80 and 93. RGB value is (5,128,147). Sum of RGB (Red+Green+Blue) = 5+128+147=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #058093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058093 is #FA7F6C. Grayscale: #5D5D5D. Windows color (decimal): -16416621 or 9666565. OLE color: 9666565.

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

Color convert

RGB5128147-
CMYK0.970.1300.42
HSL188.03º93.42%29.8%-
HSV(B)188.03º96.6%57.65%-
XYZ13.0517.5830.31-
YUV93.39158.2564.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.79%
GREEN value IS 128 (50.39% from 255) = 45.71%
BLUE value IS 147 (57.81% from 255) = 52.5%
R=1.79%
G=45.71%
B=52.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51281470.970.1300.42188.0393.4229.8
Hex5809361D02Abc5d1e
Octal52002231411505227413536
Binary101100000001001001111000011101010101010111100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058093; }

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

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

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

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

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

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

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

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