Html Css Color HEX #057C90 Eastern Blue

📋 copy color: '#057C90'

red 5 ◦ green 124 ◦ blue 144

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

Shades of Eastern Blue #057C90

Tints of Eastern Blue #057C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.42%

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

R = 1.83%
G = 45.42%
B = 52.75%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#057C90 (or 0x057C90) is known color: Eastern Blue. HEX triplet: 05, 7C and 90. RGB value is (5,124,144). Sum of RGB (Red+Green+Blue) = 5+124+144=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #057C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057C90 is #FA836F. Grayscale: #5A5A5A. Windows color (decimal): -16417648 or 9468933. OLE color: 9468933.

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

Color convert

RGB 5 124 144 -
CMYK 0.97 0.14 0 0.44
HSL 188.63º 0.93% 0.29% -
HSV(B) 188.63º 0.97% 0.56% -
XYZ 12.3 16.46 28.91 -
YUV 90.7 158.08 66.87 -
System Red Green Blue C M Y K H S L
Decimal 5 124 144 0.97 0.14 0 0.44 188.63 0.93 0.29
Hex 5 7C 90 61 E 0 2C BD 5D 1D
Octal 5 174 220 141 16 0 54 275 135 35
Binary 101 1111100 10010000 1100001 1110 0 101100 10111101 1011101 11101

Color Harmonies of #057C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C90

Black with #057C90

Text Example


Text Example

White with #057C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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