#058193

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

Shades of Eastern Blue #058193

Tints of Eastern Blue #058193

Color information

#058193 (or 0x058193) is unknown color: approx Eastern Blue. HEX triplet: 05, 81 and 93. RGB value is (5,129,147). Sum of RGB (Red+Green+Blue) = 5+129+147=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #058193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058193 is #FA7E6C. Grayscale: #5D5D5D. Windows color (decimal): -16416365 or 9666821. OLE color: 9666821.

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

Color convert

RGB5129147-
CMYK0.970.1200.42
HSL187.61º93.42%29.8%-
HSV(B)187.61º96.6%57.65%-
XYZ13.1817.8430.35-
YUV93.98157.9264.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.78%
GREEN value IS 129 (50.78% from 255) = 45.91%
BLUE value IS 147 (57.81% from 255) = 52.31%
R=1.78%
G=45.91%
B=52.31%

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
Decimal51291470.970.1200.42187.6193.4229.8
Hex5819361C02Abc5d1e
Octal52012231411405227413536
Binary101100000011001001111000011100010101010111100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058193; }

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

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

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

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

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

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

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

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