Html Css Color HEX #057990 Eastern Blue

📋 copy color: '#057990'

red 5 ◦ green 121 ◦ blue 144

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

Shades of Eastern Blue #057990

Tints of Eastern Blue #057990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.81%

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

R = 1.85%
G = 44.81%
B = 53.33%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#057990 (or 0x057990) is known color: Eastern Blue. HEX triplet: 05, 79 and 90. RGB value is (5,121,144). Sum of RGB (Red+Green+Blue) = 5+121+144=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #057990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057990 is #FA866F. Grayscale: #585858. Windows color (decimal): -16418416 or 9468165. OLE color: 9468165.

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

Color convert

RGB 5 121 144 -
CMYK 0.97 0.16 0 0.44
HSL 189.93º 0.93% 0.29% -
HSV(B) 189.93º 0.97% 0.56% -
XYZ 11.93 15.72 28.79 -
YUV 88.94 159.07 68.13 -
System Red Green Blue C M Y K H S L
Decimal 5 121 144 0.97 0.16 0 0.44 189.93 0.93 0.29
Hex 5 79 90 61 10 0 2C BE 5D 1D
Octal 5 171 220 141 20 0 54 276 135 35
Binary 101 1111001 10010000 1100001 10000 0 101100 10111110 1011101 11101

Color Harmonies of #057990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057990

Black with #057990

Text Example


Text Example

White with #057990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057990; }

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

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

background-color css

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

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

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

border-color css

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

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

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