Html Css Color HEX #057890 Eastern Blue

📋 copy color: '#057890'

red 5 ◦ green 120 ◦ blue 144

#057890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #057890

Tints of Eastern Blue #057890

RGB

 RED value IS 5 (2.34% from 255) = 1.86%

 GREEN value IS 120 (47.27% from 255) = 44.61%

 BLUE value IS 144 (56.64% from 255) = 53.53%

R = 1.86%
G = 44.61%
B = 53.53%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#057890 (or 0x057890) is known color: Eastern Blue. HEX triplet: 05, 78 and 90. RGB value is (5,120,144). Sum of RGB (Red+Green+Blue) = 5+120+144=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #057890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057890 is #FA876F. Grayscale: #585858. Windows color (decimal): -16418672 or 9467909. OLE color: 9467909.

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

Color convert

RGB 5 120 144 -
CMYK 0.97 0.17 0 0.44
HSL 190.36º 0.93% 0.29% -
HSV(B) 190.36º 0.97% 0.56% -
XYZ 11.81 15.48 28.75 -
YUV 88.35 159.4 68.55 -
System Red Green Blue C M Y K H S L
Decimal 5 120 144 0.97 0.17 0 0.44 190.36 0.93 0.29
Hex 5 78 90 61 11 0 2C BE 5D 1D
Octal 5 170 220 141 21 0 54 276 135 35
Binary 101 1111000 10010000 1100001 10001 0 101100 10111110 1011101 11101

Color Harmonies of #057890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057890

Black with #057890

Text Example


Text Example

White with #057890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057890; }

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

 H1.HeaderClassName
 {
   color: #057890;
 }
 .AnyTagClassName
 {
   color: #057890;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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