Html Css Color HEX #057997 Eastern Blue

📋 copy color: '#057997'

red 5 ◦ green 121 ◦ blue 151

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

Shades of Eastern Blue #057997

Tints of Eastern Blue #057997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 54.51%

R = 1.81%
G = 43.68%
B = 54.51%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#057997 (or 0x057997) is known color: Eastern Blue. HEX triplet: 05, 79 and 97. RGB value is (5,121,151). Sum of RGB (Red+Green+Blue) = 5+121+151=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 151 (59.38% from 255 or 54.51% from 277); Max value from RGB is 151 - color contains mainly: blue. Hex color #057997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057997 is #FA8668. Grayscale: #595959. Windows color (decimal): -16418409 or 9926917. OLE color: 9926917.

HSL color Cylindrical-coordinate representation of color #057997: hue angle of 192.33º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057997 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 121 151 -
CMYK 0.97 0.20 0 0.41
HSL 192.33º 0.94% 0.31% -
HSV(B) 192.33º 0.97% 0.59% -
XYZ 12.49 15.94 31.7 -
YUV 89.74 162.57 67.56 -
System Red Green Blue C M Y K H S L
Decimal 5 121 151 0.97 0.20 0 0.41 192.33 0.94 0.31
Hex 5 79 97 61 14 0 29 C0 5E 1F
Octal 5 171 227 141 24 0 51 300 136 37
Binary 101 1111001 10010111 1100001 10100 0 101001 11000000 1011110 11111

Color Harmonies of #057997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057997

Black with #057997

Text Example


Text Example

White with #057997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057997; }

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

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

background-color css

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

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

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

border-color css

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

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

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