Html Css Color HEX #057B98 Eastern Blue

📋 copy color: '#057B98'

red 5 ◦ green 123 ◦ blue 152

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

Shades of Eastern Blue #057B98

Tints of Eastern Blue #057B98

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.93%

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

R = 1.79%
G = 43.93%
B = 54.29%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#057B98 (or 0x057B98) is known color: Eastern Blue. HEX triplet: 05, 7B and 98. RGB value is (5,123,152). Sum of RGB (Red+Green+Blue) = 5+123+152=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #057B98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057B98 is #FA8467. Grayscale: #5A5A5A. Windows color (decimal): -16417896 or 9992965. OLE color: 9992965.

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

Color convert

RGB 5 123 152 -
CMYK 0.97 0.19 0 0.40
HSL 191.84º 0.94% 0.31% -
HSV(B) 191.84º 0.97% 0.6% -
XYZ 12.81 16.47 32.21 -
YUV 91.02 162.41 66.64 -
System Red Green Blue C M Y K H S L
Decimal 5 123 152 0.97 0.19 0 0.40 191.84 0.94 0.31
Hex 5 7B 98 61 13 0 28 C0 5E 1F
Octal 5 173 230 141 23 0 50 300 136 37
Binary 101 1111011 10011000 1100001 10011 0 101000 11000000 1011110 11111

Color Harmonies of #057B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057B98

Black with #057B98

Text Example


Text Example

White with #057B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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