Html Css Color HEX #057691 Eastern Blue

📋 copy color: '#057691'

red 5 ◦ green 118 ◦ blue 145

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

Shades of Eastern Blue #057691

Tints of Eastern Blue #057691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.03%

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

R = 1.87%
G = 44.03%
B = 54.1%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#057691 (or 0x057691) is known color: Eastern Blue. HEX triplet: 05, 76 and 91. RGB value is (5,118,145). Sum of RGB (Red+Green+Blue) = 5+118+145=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #057691 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057691 is #FA896E. Grayscale: #575757. Windows color (decimal): -16419183 or 9532933. OLE color: 9532933.

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

Color convert

RGB 5 118 145 -
CMYK 0.97 0.19 0 0.43
HSL 191.57º 0.93% 0.29% -
HSV(B) 191.57º 0.97% 0.57% -
XYZ 11.65 15.03 29.08 -
YUV 87.29 160.56 69.3 -
System Red Green Blue C M Y K H S L
Decimal 5 118 145 0.97 0.19 0 0.43 191.57 0.93 0.29
Hex 5 76 91 61 13 0 2B C0 5D 1D
Octal 5 166 221 141 23 0 53 300 135 35
Binary 101 1110110 10010001 1100001 10011 0 101011 11000000 1011101 11101

Color Harmonies of #057691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057691

Black with #057691

Text Example


Text Example

White with #057691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057691; }

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

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

background-color css

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

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

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

border-color css

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

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

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