#057C90

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

Shades of Eastern Blue #057C90

Tints of Eastern Blue #057C90

Color information

#057C90 (or 0x057C90) is unknown color: approx Eastern Blue. HEX triplet: 05, 7C and 90. RGB value is (5,124,144). Sum of RGB (Red+Green+Blue) = 5+124+144=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #057C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057C90 is #FA836F. Grayscale: #5A5A5A. Windows color (decimal): -16417648 or 9468933. OLE color: 9468933.

HSL color Cylindrical-coordinate representation of color #057C90: hue angle of 188.63º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057C90 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5124144-
CMYK0.970.1400.44
HSL188.63º93.29%29.22%-
HSV(B)188.63º96.53%56.47%-
XYZ12.316.4628.91-
YUV90.7158.0866.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.83%
GREEN value IS 124 (48.83% from 255) = 45.42%
BLUE value IS 144 (56.64% from 255) = 52.75%
R=1.83%
G=45.42%
B=52.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51241440.970.1400.44188.6393.2929.22
Hex57C9061E02Cbd5d1d
Octal51742201411605427513535
Binary10111111001001000011000011110010110010111101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,124,144); }

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

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

 a { background-color: rgb(5,124,144); }

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

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

 span { border-color: rgb(5,124,144); }

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