#057893

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

Shades of Eastern Blue #057893

Tints of Eastern Blue #057893

Color information

#057893 (or 0x057893) is unknown color: approx Eastern Blue. HEX triplet: 05, 78 and 93. RGB value is (5,120,147). Sum of RGB (Red+Green+Blue) = 5+120+147=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #057893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057893 is #FA876C. Grayscale: #585858. Windows color (decimal): -16418669 or 9664517. OLE color: 9664517.

HSL color Cylindrical-coordinate representation of color #057893: hue angle of 191.41º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057893 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5120147-
CMYK0.970.1800.42
HSL191.41º93.42%29.8%-
HSV(B)191.41º96.6%57.65%-
XYZ12.0515.5729.97-
YUV88.69160.968.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.84%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 147 (57.81% from 255) = 54.04%
R=1.84%
G=44.12%
B=54.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51201470.970.1800.42191.4193.4229.8
Hex57893611202Abf5d1e
Octal51702231412205227713536
Binary101111100010010011110000110010010101010111111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057893; }

 p { color: rgb(5,120,147); }

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

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

 a { background-color: rgb(5,120,147); }

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

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

 span { border-color: rgb(5,120,147); }

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