#05958E

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

Shades of Dark Cyan #05958E

Tints of Dark Cyan #05958E

Color information

#05958E (or 0x05958E) is unknown color: approx Dark Cyan. HEX triplet: 05, 95 and 8E. RGB value is (5,149,142). Sum of RGB (Red+Green+Blue) = 5+149+142=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #05958E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05958E is #FA6A71. Grayscale: #696969. Windows color (decimal): -16411250 or 9344261. OLE color: 9344261.

HSL color Cylindrical-coordinate representation of color #05958E: hue angle of 177.08º degrees, saturation: 0.94, 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 #05958E is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB5149142-
CMYK0.9700.050.42
HSL177.08º93.51%30.2%-
HSV(B)177.08º96.64%58.43%-
XYZ15.6923.4829.3-
YUV105.15148.7956.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.69%
GREEN value IS 149 (58.59% from 255) = 50.34%
BLUE value IS 142 (55.86% from 255) = 47.97%
R=1.69%
G=50.34%
B=47.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51491420.9700.050.42177.0893.5130.2
Hex5958E61052Ab15e1e
Octal5225216141055226113636
Binary10110010101100011101100001010110101010110001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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