#057892

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

Shades of Eastern Blue #057892

Tints of Eastern Blue #057892

Color information

#057892 (or 0x057892) is unknown color: approx Eastern Blue. HEX triplet: 05, 78 and 92. RGB value is (5,120,146). Sum of RGB (Red+Green+Blue) = 5+120+146=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #057892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057892 is #FA876D. Grayscale: #585858. Windows color (decimal): -16418670 or 9598981. OLE color: 9598981.

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

Color convert

RGB5120146-
CMYK0.970.1800.43
HSL191.06º93.38%29.61%-
HSV(B)191.06º96.58%57.25%-
XYZ11.9715.5429.56-
YUV88.58160.468.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.85%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 146 (57.42% from 255) = 53.87%
R=1.85%
G=44.28%
B=53.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51201460.970.1800.43191.0693.3829.61
Hex57892611202Bbf5d1e
Octal51702221412205327713536
Binary101111100010010010110000110010010101110111111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057892; }

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

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

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

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

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

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

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

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