#05898E

Color #05898E Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #05898E

Tints of Dark Cyan #05898E

Color information

#05898E (or 0x05898E) is unknown color: approx Dark Cyan. HEX triplet: 05, 89 and 8E. RGB value is (5,137,142). Sum of RGB (Red+Green+Blue) = 5+137+142=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #05898E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05898E is #FA7671. Grayscale: #616161. Windows color (decimal): -16414322 or 9341189. OLE color: 9341189.

HSL color Cylindrical-coordinate representation of color #05898E: hue angle of 182.19º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05898E is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5137142-
CMYK0.960.0400.44
HSL182.19º93.2%28.82%-
HSV(B)182.19º96.48%55.69%-
XYZ13.8919.8828.7-
YUV98.1152.7761.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.76%
GREEN value IS 137 (53.91% from 255) = 48.24%
BLUE value IS 142 (55.86% from 255) = 50%
R=1.76%
G=48.24%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51371420.960.0400.44182.1993.228.82
Hex5898E60402Cb65d1d
Octal5211216140405426613535
Binary10110001001100011101100000100010110010110110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05898E; }

 p { color: rgb(5,137,142); }

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

<style>
 a { background-color: #05898E; }

 a { background-color: rgb(5,137,142); }

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

<style>
 span { border-color: #05898E; }

 span { border-color: rgb(5,137,142); }

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