Html Css Color HEX #057C95 Eastern Blue

📋 copy color: '#057C95'

red 5 ◦ green 124 ◦ blue 149

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

Shades of Eastern Blue #057C95

Tints of Eastern Blue #057C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.6%

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

R = 1.8%
G = 44.6%
B = 53.6%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#057C95 (or 0x057C95) is known color: Eastern Blue. HEX triplet: 05, 7C and 95. RGB value is (5,124,149). Sum of RGB (Red+Green+Blue) = 5+124+149=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #057C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057C95 is #FA836A. Grayscale: #5B5B5B. Windows color (decimal): -16417643 or 9796613. OLE color: 9796613.

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

Color convert

RGB 5 124 149 -
CMYK 0.97 0.17 0 0.42
HSL 190.42º 0.94% 0.3% -
HSV(B) 190.42º 0.97% 0.58% -
XYZ 12.7 16.62 30.97 -
YUV 91.27 160.58 66.47 -
System Red Green Blue C M Y K H S L
Decimal 5 124 149 0.97 0.17 0 0.42 190.42 0.94 0.3
Hex 5 7C 95 61 11 0 2A BE 5E 1E
Octal 5 174 225 141 21 0 52 276 136 36
Binary 101 1111100 10010101 1100001 10001 0 101010 10111110 1011110 11110

Color Harmonies of #057C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C95

Black with #057C95

Text Example


Text Example

White with #057C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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