Html Css Color HEX #057C91 Eastern Blue

📋 copy color: '#057C91'

red 5 ◦ green 124 ◦ blue 145

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

Shades of Eastern Blue #057C91

Tints of Eastern Blue #057C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 52.92%

R = 1.82%
G = 45.26%
B = 52.92%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#057C91 (or 0x057C91) is known color: Eastern Blue. HEX triplet: 05, 7C and 91. RGB value is (5,124,145). Sum of RGB (Red+Green+Blue) = 5+124+145=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #057C91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057C91 is #FA836E. Grayscale: #5A5A5A. Windows color (decimal): -16417647 or 9534469. OLE color: 9534469.

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

Color convert

RGB 5 124 145 -
CMYK 0.97 0.14 0 0.43
HSL 189º 0.93% 0.29% -
HSV(B) 189º 0.97% 0.57% -
XYZ 12.38 16.49 29.32 -
YUV 90.81 158.58 66.79 -
System Red Green Blue C M Y K H S L
Decimal 5 124 145 0.97 0.14 0 0.43 189 0.93 0.29
Hex 5 7C 91 61 E 0 2B BD 5D 1D
Octal 5 174 221 141 16 0 53 275 135 35
Binary 101 1111100 10010001 1100001 1110 0 101011 10111101 1011101 11101

Color Harmonies of #057C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C91

Black with #057C91

Text Example


Text Example

White with #057C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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