Html Css Color HEX #057993 Eastern Blue

📋 copy color: '#057993'

red 5 ◦ green 121 ◦ blue 147

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

Shades of Eastern Blue #057993

Tints of Eastern Blue #057993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.85%

R = 1.83%
G = 44.32%
B = 53.85%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#057993 (or 0x057993) is known color: Eastern Blue. HEX triplet: 05, 79 and 93. RGB value is (5,121,147). Sum of RGB (Red+Green+Blue) = 5+121+147=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #057993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057993 is #FA866C. Grayscale: #595959. Windows color (decimal): -16418413 or 9664773. OLE color: 9664773.

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

Color convert

RGB 5 121 147 -
CMYK 0.97 0.18 0 0.42
HSL 190.99º 0.93% 0.3% -
HSV(B) 190.99º 0.97% 0.58% -
XYZ 12.17 15.81 30.01 -
YUV 89.28 160.57 67.89 -
System Red Green Blue C M Y K H S L
Decimal 5 121 147 0.97 0.18 0 0.42 190.99 0.93 0.3
Hex 5 79 93 61 12 0 2A BF 5D 1E
Octal 5 171 223 141 22 0 52 277 135 36
Binary 101 1111001 10010011 1100001 10010 0 101010 10111111 1011101 11110

Color Harmonies of #057993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057993

Black with #057993

Text Example


Text Example

White with #057993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057993; }

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

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

background-color css

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

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

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

border-color css

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

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

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