#05979C

Color #05979C Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #05979C

Tints of Eastern Blue #05979C

Color information

#05979C (or 0x05979C) is unknown color: approx Eastern Blue. HEX triplet: 05, 97 and 9C. RGB value is (5,151,156). Sum of RGB (Red+Green+Blue) = 5+151+156=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #05979C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05979C is #FA6863. Grayscale: #6B6B6B. Windows color (decimal): -16410724 or 10262277. OLE color: 10262277.

HSL color Cylindrical-coordinate representation of color #05979C: hue angle of 181.99º 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 #05979C is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5151156-
CMYK0.970.0300.39
HSL181.99º93.79%31.57%-
HSV(B)181.99º96.79%61.18%-
XYZ17.1324.5735.29-
YUV107.92155.1354.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.60%
GREEN value IS 151 (59.38% from 255) = 48.40%
BLUE value IS 156 (61.33% from 255) = 50%
R=1.60%
G=48.40%
B=50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51511560.970.0300.39181.9993.7931.57
Hex5979C613027b65e20
Octal5227234141304726613640
Binary10110010111100111001100001110100111101101101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05979C; }

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

 H1.HeaderClassName
 {
   color: #05979C;
 }
 .AnyTagClassName
 {
   color: #05979C;
 }
</style>
background-color css

<style>
 a { background-color: #05979C; }

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

 div.DivClassName
 {
   background-color: #05979C;
 }
 .BgClassName
 {
   background-color: #05979C;
 }
</style>
border-color css

<style>
 span { border-color: #05979C; }

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

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