Html Css Color HEX #057490 Eastern Blue

📋 copy color: '#057490'

red 5 ◦ green 116 ◦ blue 144

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

Shades of Eastern Blue #057490

Tints of Eastern Blue #057490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.77%

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

R = 1.89%
G = 43.77%
B = 54.34%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#057490 (or 0x057490) is known color: Eastern Blue. HEX triplet: 05, 74 and 90. RGB value is (5,116,144). Sum of RGB (Red+Green+Blue) = 5+116+144=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #057490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057490 is #FA8B6F. Grayscale: #555555. Windows color (decimal): -16419696 or 9466885. OLE color: 9466885.

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

Color convert

RGB 5 116 144 -
CMYK 0.97 0.19 0 0.44
HSL 192.09º 0.93% 0.29% -
HSV(B) 192.09º 0.97% 0.56% -
XYZ 11.34 14.54 28.59 -
YUV 86 160.73 70.22 -
System Red Green Blue C M Y K H S L
Decimal 5 116 144 0.97 0.19 0 0.44 192.09 0.93 0.29
Hex 5 74 90 61 13 0 2C C0 5D 1D
Octal 5 164 220 141 23 0 54 300 135 35
Binary 101 1110100 10010000 1100001 10011 0 101100 11000000 1011101 11101

Color Harmonies of #057490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057490

Black with #057490

Text Example


Text Example

White with #057490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057490; }

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

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

background-color css

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

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

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

border-color css

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

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

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