Html Css Color HEX #057C96 Eastern Blue

📋 copy color: '#057C96'

red 5 ◦ green 124 ◦ blue 150

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

Shades of Eastern Blue #057C96

Tints of Eastern Blue #057C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53.76%

R = 1.79%
G = 44.44%
B = 53.76%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#057C96 (or 0x057C96) is known color: Eastern Blue. HEX triplet: 05, 7C and 96. RGB value is (5,124,150). Sum of RGB (Red+Green+Blue) = 5+124+150=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #057C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057C96 is #FA8369. Grayscale: #5B5B5B. Windows color (decimal): -16417642 or 9862149. OLE color: 9862149.

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

Color convert

RGB 5 124 150 -
CMYK 0.97 0.17 0 0.41
HSL 190.76º 0.94% 0.3% -
HSV(B) 190.76º 0.97% 0.59% -
XYZ 12.78 16.65 31.39 -
YUV 91.38 161.08 66.39 -
System Red Green Blue C M Y K H S L
Decimal 5 124 150 0.97 0.17 0 0.41 190.76 0.94 0.3
Hex 5 7C 96 61 11 0 29 BF 5E 1E
Octal 5 174 226 141 21 0 51 277 136 36
Binary 101 1111100 10010110 1100001 10001 0 101001 10111111 1011110 11110

Color Harmonies of #057C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C96

Black with #057C96

Text Example


Text Example

White with #057C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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