Html Css Color HEX #057891 Eastern Blue

📋 copy color: '#057891'

red 5 ◦ green 120 ◦ blue 145

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

Shades of Eastern Blue #057891

Tints of Eastern Blue #057891

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.44%

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

R = 1.85%
G = 44.44%
B = 53.7%

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

#057891 (or 0x057891) is known color: Eastern Blue. HEX triplet: 05, 78 and 91. RGB value is (5,120,145). Sum of RGB (Red+Green+Blue) = 5+120+145=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #057891 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057891 is #FA876E. Grayscale: #585858. Windows color (decimal): -16418671 or 9533445. OLE color: 9533445.

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

Color convert

RGB 5 120 145 -
CMYK 0.97 0.17 0 0.43
HSL 190.71º 0.93% 0.29% -
HSV(B) 190.71º 0.97% 0.57% -
XYZ 11.89 15.51 29.16 -
YUV 88.47 159.9 68.47 -
System Red Green Blue C M Y K H S L
Decimal 5 120 145 0.97 0.17 0 0.43 190.71 0.93 0.29
Hex 5 78 91 61 11 0 2B BF 5D 1D
Octal 5 170 221 141 21 0 53 277 135 35
Binary 101 1111000 10010001 1100001 10001 0 101011 10111111 1011101 11101

Color Harmonies of #057891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057891

Black with #057891

Text Example


Text Example

White with #057891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057891; }

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

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

background-color css

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

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

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

border-color css

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

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

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