Html Css Color HEX #057995 Eastern Blue

📋 copy color: '#057995'

red 5 ◦ green 121 ◦ blue 149

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

Shades of Eastern Blue #057995

Tints of Eastern Blue #057995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.18%

R = 1.82%
G = 44%
B = 54.18%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#057995 (or 0x057995) is known color: Eastern Blue. HEX triplet: 05, 79 and 95. RGB value is (5,121,149). Sum of RGB (Red+Green+Blue) = 5+121+149=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #057995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057995 is #FA866A. Grayscale: #595959. Windows color (decimal): -16418411 or 9795845. OLE color: 9795845.

HSL color Cylindrical-coordinate representation of color #057995: hue angle of 191.67º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057995 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 121 149 -
CMYK 0.97 0.19 0 0.42
HSL 191.67º 0.94% 0.3% -
HSV(B) 191.67º 0.97% 0.58% -
XYZ 12.32 15.88 30.85 -
YUV 89.51 161.57 67.72 -
System Red Green Blue C M Y K H S L
Decimal 5 121 149 0.97 0.19 0 0.42 191.67 0.94 0.3
Hex 5 79 95 61 13 0 2A C0 5E 1E
Octal 5 171 225 141 23 0 52 300 136 36
Binary 101 1111001 10010101 1100001 10011 0 101010 11000000 1011110 11110

Color Harmonies of #057995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057995

Black with #057995

Text Example


Text Example

White with #057995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057995; }

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

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

background-color css

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

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

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

border-color css

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

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

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