Html Css Color HEX #057F98 Eastern Blue

📋 copy color: '#057F98'

red 5 ◦ green 127 ◦ blue 152

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

Shades of Eastern Blue #057F98

Tints of Eastern Blue #057F98

RGB

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

 GREEN value IS 127 (50% from 255) = 44.72%

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

R = 1.76%
G = 44.72%
B = 53.52%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#057F98 (or 0x057F98) is known color: Eastern Blue. HEX triplet: 05, 7F and 98. RGB value is (5,127,152). Sum of RGB (Red+Green+Blue) = 5+127+152=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #057F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057F98 is #FA8067. Grayscale: #5D5D5D. Windows color (decimal): -16416872 or 9993989. OLE color: 9993989.

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

Color convert

RGB 5 127 152 -
CMYK 0.97 0.16 0 0.40
HSL 190.2º 0.94% 0.31% -
HSV(B) 190.2º 0.97% 0.6% -
XYZ 13.32 17.48 32.38 -
YUV 93.37 161.08 64.97 -
System Red Green Blue C M Y K H S L
Decimal 5 127 152 0.97 0.16 0 0.40 190.2 0.94 0.31
Hex 5 7F 98 61 10 0 28 BE 5E 1F
Octal 5 177 230 141 20 0 50 276 136 37
Binary 101 1111111 10011000 1100001 10000 0 101000 10111110 1011110 11111

Color Harmonies of #057F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057F98

Black with #057F98

Text Example


Text Example

White with #057F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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