Html Css Color HEX #057992 Eastern Blue

📋 copy color: '#057992'

red 5 ◦ green 121 ◦ blue 146

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

Shades of Eastern Blue #057992

Tints of Eastern Blue #057992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.68%

R = 1.84%
G = 44.49%
B = 53.68%

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

#057992 (or 0x057992) is known color: Eastern Blue. HEX triplet: 05, 79 and 92. RGB value is (5,121,146). Sum of RGB (Red+Green+Blue) = 5+121+146=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #057992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057992 is #FA866D. Grayscale: #585858. Windows color (decimal): -16418414 or 9599237. OLE color: 9599237.

HSL color Cylindrical-coordinate representation of color #057992: hue angle of 190.64º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057992 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 121 146 -
CMYK 0.97 0.17 0 0.43
HSL 190.64º 0.93% 0.3% -
HSV(B) 190.64º 0.97% 0.57% -
XYZ 12.09 15.78 29.6 -
YUV 89.17 160.07 67.97 -
System Red Green Blue C M Y K H S L
Decimal 5 121 146 0.97 0.17 0 0.43 190.64 0.93 0.3
Hex 5 79 92 61 11 0 2B BF 5D 1E
Octal 5 171 222 141 21 0 53 277 135 36
Binary 101 1111001 10010010 1100001 10001 0 101011 10111111 1011101 11110

Color Harmonies of #057992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057992

Black with #057992

Text Example


Text Example

White with #057992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057992; }

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

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

background-color css

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

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

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

border-color css

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

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

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