#057D99

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

Shades of Eastern Blue #057D99

Tints of Eastern Blue #057D99

Color information

#057D99 (or 0x057D99) is unknown color: approx Eastern Blue. HEX triplet: 05, 7D and 99. RGB value is (5,125,153). Sum of RGB (Red+Green+Blue) = 5+125+153=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #057D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057D99 is #FA8266. Grayscale: #5C5C5C. Windows color (decimal): -16417383 or 10059013. OLE color: 10059013.

HSL color Cylindrical-coordinate representation of color #057D99: hue angle of 191.35º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057D99 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5125153-
CMYK0.970.1800.4
HSL191.35º93.67%30.98%-
HSV(B)191.35º96.73%60%-
XYZ13.151732.73-
YUV92.31162.2465.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 125 (49.22% from 255) = 44.17%
BLUE value IS 153 (60.16% from 255) = 54.06%
R=1.77%
G=44.17%
B=54.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51251530.970.1800.4191.3593.6730.98
Hex57D996112028bf5e1f
Octal51752311412205027713637
Binary101111110110011001110000110010010100010111111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,125,153); }

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

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

 a { background-color: rgb(5,125,153); }

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

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

 span { border-color: rgb(5,125,153); }

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