#057C96

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

Shades of Eastern Blue #057C96

Tints of Eastern Blue #057C96

Color information

#057C96 (or 0x057C96) is unknown color: approx Eastern Blue. HEX triplet: 05, 7C and 96. RGB value is (5,124,150). Sum of RGB (Red+Green+Blue) = 5+124+150=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #057C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057C96 is #FA8369. Grayscale: #5B5B5B. Windows color (decimal): -16417642 or 9862149. OLE color: 9862149.

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

Color convert

RGB5124150-
CMYK0.970.1700.41
HSL190.76º93.55%30.39%-
HSV(B)190.76º96.67%58.82%-
XYZ12.7816.6531.39-
YUV91.38161.0866.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.79%
GREEN value IS 124 (48.83% from 255) = 44.44%
BLUE value IS 150 (58.98% from 255) = 53.76%
R=1.79%
G=44.44%
B=53.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51241500.970.1700.41190.7693.5530.39
Hex57C966111029bf5e1e
Octal51742261412105127713636
Binary101111110010010110110000110001010100110111111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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