Html Css Color HEX #057B93 Eastern Blue

📋 copy color: '#057B93'

red 5 ◦ green 123 ◦ blue 147

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

Shades of Eastern Blue #057B93

Tints of Eastern Blue #057B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.45%

R = 1.82%
G = 44.73%
B = 53.45%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#057B93 (or 0x057B93) is known color: Eastern Blue. HEX triplet: 05, 7B and 93. RGB value is (5,123,147). Sum of RGB (Red+Green+Blue) = 5+123+147=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #057B93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057B93 is #FA846C. Grayscale: #5A5A5A. Windows color (decimal): -16417901 or 9665285. OLE color: 9665285.

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

Color convert

RGB 5 123 147 -
CMYK 0.97 0.16 0 0.42
HSL 190.14º 0.93% 0.3% -
HSV(B) 190.14º 0.97% 0.58% -
XYZ 12.41 16.3 30.1 -
YUV 90.45 159.91 67.05 -
System Red Green Blue C M Y K H S L
Decimal 5 123 147 0.97 0.16 0 0.42 190.14 0.93 0.3
Hex 5 7B 93 61 10 0 2A BE 5D 1E
Octal 5 173 223 141 20 0 52 276 135 36
Binary 101 1111011 10010011 1100001 10000 0 101010 10111110 1011101 11110

Color Harmonies of #057B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057B93

Black with #057B93

Text Example


Text Example

White with #057B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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