Html Css Color HEX #057690 Eastern Blue

📋 copy color: '#057690'

red 5 ◦ green 118 ◦ blue 144

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

Shades of Eastern Blue #057690

Tints of Eastern Blue #057690

RGB

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

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

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

R = 1.87%
G = 44.19%
B = 53.93%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#057690 (or 0x057690) is known color: Eastern Blue. HEX triplet: 05, 76 and 90. RGB value is (5,118,144). Sum of RGB (Red+Green+Blue) = 5+118+144=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #057690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057690 is #FA896F. Grayscale: #565656. Windows color (decimal): -16419184 or 9467397. OLE color: 9467397.

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

Color convert

RGB 5 118 144 -
CMYK 0.97 0.18 0 0.44
HSL 191.22º 0.93% 0.29% -
HSV(B) 191.22º 0.97% 0.56% -
XYZ 11.58 15 28.67 -
YUV 87.18 160.06 69.39 -
System Red Green Blue C M Y K H S L
Decimal 5 118 144 0.97 0.18 0 0.44 191.22 0.93 0.29
Hex 5 76 90 61 12 0 2C BF 5D 1D
Octal 5 166 220 141 22 0 54 277 135 35
Binary 101 1110110 10010000 1100001 10010 0 101100 10111111 1011101 11101

Color Harmonies of #057690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057690

Black with #057690

Text Example


Text Example

White with #057690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057690; }

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

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

background-color css

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

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

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

border-color css

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

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

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