#058F95

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

Shades of Dark Cyan #058F95

Tints of Dark Cyan #058F95

Color information

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

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

Color convert

RGB5143149-
CMYK0.970.0400.42
HSL182.5º93.51%30.2%-
HSV(B)182.5º96.64%58.43%-
XYZ15.3121.8531.84-
YUV102.42154.2858.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51431490.970.0400.42182.593.5130.2
Hex58F9561402Ab65e1e
Octal5217225141405226613636
Binary10110001111100101011100001100010101010110110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058F95; }

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

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

<style>
 a { background-color: #058F95; }

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

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

<style>
 span { border-color: #058F95; }

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

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