Html Css Color HEX #057D9C Eastern Blue

📋 copy color: '#057D9C'

red 5 ◦ green 125 ◦ blue 156

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

Shades of Eastern Blue #057D9C

Tints of Eastern Blue #057D9C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.71%

 BLUE value IS 156 (61.33% from 255) = 54.55%

R = 1.75%
G = 43.71%
B = 54.55%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#057D9C (or 0x057D9C) is known color: Eastern Blue. HEX triplet: 05, 7D and 9C. RGB value is (5,125,156). Sum of RGB (Red+Green+Blue) = 5+125+156=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #057D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057D9C is #FA8263. Grayscale: #5C5C5C. Windows color (decimal): -16417380 or 10255621. OLE color: 10255621.

HSL color Cylindrical-coordinate representation of color #057D9C: hue angle of 192.32º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057D9C is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 125 156 -
CMYK 0.97 0.20 0 0.39
HSL 192.32º 0.94% 0.32% -
HSV(B) 192.32º 0.97% 0.61% -
XYZ 13.4 17.1 34.05 -
YUV 92.65 163.74 65.48 -
System Red Green Blue C M Y K H S L
Decimal 5 125 156 0.97 0.20 0 0.39 192.32 0.94 0.32
Hex 5 7D 9C 61 14 0 27 C0 5E 20
Octal 5 175 234 141 24 0 47 300 136 40
Binary 101 1111101 10011100 1100001 10100 0 100111 11000000 1011110 100000

Color Harmonies of #057D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057D9C

Black with #057D9C

Text Example


Text Example

White with #057D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,125,156); }

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

background-color css

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

 a { background-color: rgb(5,125,156); }

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

border-color css

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

 span { border-color: rgb(5,125,156); }

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