#05958F

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

Shades of Dark Cyan #05958F

Tints of Dark Cyan #05958F

Color information

#05958F (or 0x05958F) is unknown color: approx Dark Cyan. HEX triplet: 05, 95 and 8F. RGB value is (5,149,143). Sum of RGB (Red+Green+Blue) = 5+149+143=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #05958F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05958F is #FA6A70. Grayscale: #696969. Windows color (decimal): -16411249 or 9409797. OLE color: 9409797.

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

Color convert

RGB5149143-
CMYK0.9700.040.42
HSL177.5º93.51%30.2%-
HSV(B)177.5º96.64%58.43%-
XYZ15.7723.5129.69-
YUV105.26149.2956.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.68%
GREEN value IS 149 (58.59% from 255) = 50.17%
BLUE value IS 143 (56.25% from 255) = 48.15%
R=1.68%
G=50.17%
B=48.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51491430.9700.040.42177.593.5130.2
Hex5958F61042Ab25e1e
Octal5225217141045226213636
Binary10110010101100011111100001010010101010110010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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