Html Css Color HEX #057991 Eastern Blue

📋 copy color: '#057991'

red 5 ◦ green 121 ◦ blue 145

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

Shades of Eastern Blue #057991

Tints of Eastern Blue #057991

RGB

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

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

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

R = 1.85%
G = 44.65%
B = 53.51%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#057991 (or 0x057991) is known color: Eastern Blue. HEX triplet: 05, 79 and 91. RGB value is (5,121,145). Sum of RGB (Red+Green+Blue) = 5+121+145=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #057991 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057991 is #FA866E. Grayscale: #585858. Windows color (decimal): -16418415 or 9533701. OLE color: 9533701.

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

Color convert

RGB 5 121 145 -
CMYK 0.97 0.17 0 0.43
HSL 190.29º 0.93% 0.29% -
HSV(B) 190.29º 0.97% 0.57% -
XYZ 12.01 15.75 29.2 -
YUV 89.05 159.57 68.05 -
System Red Green Blue C M Y K H S L
Decimal 5 121 145 0.97 0.17 0 0.43 190.29 0.93 0.29
Hex 5 79 91 61 11 0 2B BE 5D 1D
Octal 5 171 221 141 21 0 53 276 135 35
Binary 101 1111001 10010001 1100001 10001 0 101011 10111110 1011101 11101

Color Harmonies of #057991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057991

Black with #057991

Text Example


Text Example

White with #057991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057991; }

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

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

background-color css

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

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

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

border-color css

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

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

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