Html Css Color HEX #057C98 Eastern Blue

📋 copy color: '#057C98'

red 5 ◦ green 124 ◦ blue 152

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

Shades of Eastern Blue #057C98

Tints of Eastern Blue #057C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 54.09%

R = 1.78%
G = 44.13%
B = 54.09%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#057C98 (or 0x057C98) is known color: Eastern Blue. HEX triplet: 05, 7C and 98. RGB value is (5,124,152). Sum of RGB (Red+Green+Blue) = 5+124+152=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #057C98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057C98 is #FA8367. Grayscale: #5B5B5B. Windows color (decimal): -16417640 or 9993221. OLE color: 9993221.

HSL color Cylindrical-coordinate representation of color #057C98: hue angle of 191.43º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057C98 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 124 152 -
CMYK 0.97 0.18 0 0.40
HSL 191.43º 0.94% 0.31% -
HSV(B) 191.43º 0.97% 0.6% -
XYZ 12.94 16.71 32.25 -
YUV 91.61 162.08 66.22 -
System Red Green Blue C M Y K H S L
Decimal 5 124 152 0.97 0.18 0 0.40 191.43 0.94 0.31
Hex 5 7C 98 61 12 0 28 BF 5E 1F
Octal 5 174 230 141 22 0 50 277 136 37
Binary 101 1111100 10011000 1100001 10010 0 101000 10111111 1011110 11111

Color Harmonies of #057C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C98

Black with #057C98

Text Example


Text Example

White with #057C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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