Html Css Color HEX #057A91 Eastern Blue

📋 copy color: '#057A91'

red 5 ◦ green 122 ◦ blue 145

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

Shades of Eastern Blue #057A91

Tints of Eastern Blue #057A91

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.85%

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

R = 1.84%
G = 44.85%
B = 53.31%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#057A91 (or 0x057A91) is known color: Eastern Blue. HEX triplet: 05, 7A and 91. RGB value is (5,122,145). Sum of RGB (Red+Green+Blue) = 5+122+145=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #057A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057A91 is #FA856E. Grayscale: #595959. Windows color (decimal): -16418159 or 9533957. OLE color: 9533957.

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

Color convert

RGB 5 122 145 -
CMYK 0.97 0.16 0 0.43
HSL 189.86º 0.93% 0.29% -
HSV(B) 189.86º 0.97% 0.57% -
XYZ 12.13 16 29.24 -
YUV 89.64 159.24 67.63 -
System Red Green Blue C M Y K H S L
Decimal 5 122 145 0.97 0.16 0 0.43 189.86 0.93 0.29
Hex 5 7A 91 61 10 0 2B BE 5D 1D
Octal 5 172 221 141 20 0 53 276 135 35
Binary 101 1111010 10010001 1100001 10000 0 101011 10111110 1011101 11101

Color Harmonies of #057A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057A91

Black with #057A91

Text Example


Text Example

White with #057A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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