#057A96

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

Shades of Eastern Blue #057A96

Tints of Eastern Blue #057A96

Color information

#057A96 (or 0x057A96) is unknown color: approx Eastern Blue. HEX triplet: 05, 7A and 96. RGB value is (5,122,150). Sum of RGB (Red+Green+Blue) = 5+122+150=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #057A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057A96 is #FA8569. Grayscale: #595959. Windows color (decimal): -16418154 or 9861637. OLE color: 9861637.

HSL color Cylindrical-coordinate representation of color #057A96: hue angle of 191.59º 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 #057A96 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5122150-
CMYK0.970.1900.41
HSL191.59º93.55%30.39%-
HSV(B)191.59º96.67%58.82%-
XYZ12.5316.1531.31-
YUV90.21161.7467.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.81%
GREEN value IS 122 (48.05% from 255) = 44.04%
BLUE value IS 150 (58.98% from 255) = 54.15%
R=1.81%
G=44.04%
B=54.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51221500.970.1900.41191.5993.5530.39
Hex57A966113029c05e1e
Octal51722261412305130013636
Binary101111101010010110110000110011010100111000000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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