#05989C

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

Shades of Eastern Blue #05989C

Tints of Eastern Blue #05989C

Color information

#05989C (or 0x05989C) is unknown color: approx Eastern Blue. HEX triplet: 05, 98 and 9C. RGB value is (5,152,156). Sum of RGB (Red+Green+Blue) = 5+152+156=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #05989C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05989C is #FA6763. Grayscale: #6C6C6C. Windows color (decimal): -16410468 or 10262533. OLE color: 10262533.

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

Color convert

RGB5152156-
CMYK0.970.0300.39
HSL181.59º93.79%31.57%-
HSV(B)181.59º96.79%61.18%-
XYZ17.2924.8935.35-
YUV108.5154.854.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.60%
GREEN value IS 152 (59.77% from 255) = 48.56%
BLUE value IS 156 (61.33% from 255) = 49.84%
R=1.60%
G=48.56%
B=49.84%

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
Decimal51521560.970.0300.39181.5993.7931.57
Hex5989C613027b65e20
Octal5230234141304726613640
Binary10110011000100111001100001110100111101101101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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