#057E96

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

Shades of Eastern Blue #057E96

Tints of Eastern Blue #057E96

Color information

#057E96 (or 0x057E96) is unknown color: approx Eastern Blue. HEX triplet: 05, 7E and 96. RGB value is (5,126,150). Sum of RGB (Red+Green+Blue) = 5+126+150=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #057E96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057E96 is #FA8169. Grayscale: #5C5C5C. Windows color (decimal): -16417130 or 9862661. OLE color: 9862661.

HSL color Cylindrical-coordinate representation of color #057E96: hue angle of 189.93º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057E96 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5126150-
CMYK0.970.1600.41
HSL189.93º93.55%30.39%-
HSV(B)189.93º96.67%58.82%-
XYZ13.0317.1631.48-
YUV92.56160.4165.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.78%
GREEN value IS 126 (49.61% from 255) = 44.84%
BLUE value IS 150 (58.98% from 255) = 53.38%
R=1.78%
G=44.84%
B=53.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51261500.970.1600.41189.9393.5530.39
Hex57E966110029be5e1e
Octal51762261412005127613636
Binary101111111010010110110000110000010100110111110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057E96; }

 p { color: rgb(5,126,150); }

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

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

 a { background-color: rgb(5,126,150); }

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

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

 span { border-color: rgb(5,126,150); }

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