Html Css Color HEX #058D95 Dark Cyan

📋 copy color: '#058D95'

red 5 ◦ green 141 ◦ blue 149

#058D95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #058D95

Tints of Dark Cyan #058D95

RGB

 RED value IS 5 (2.34% from 255) = 1.69%

 GREEN value IS 141 (55.47% from 255) = 47.8%

 BLUE value IS 149 (58.59% from 255) = 50.51%

R = 1.69%
G = 47.8%
B = 50.51%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#058D95 (or 0x058D95) is known color: Dark Cyan. HEX triplet: 05, 8D and 95. RGB value is (5,141,149). Sum of RGB (Red+Green+Blue) = 5+141+149=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #058D95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058D95 is #FA726A. Grayscale: #656565. Windows color (decimal): -16413291 or 9800965. OLE color: 9800965.

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

Color convert

RGB 5 141 149 -
CMYK 0.97 0.05 0 0.42
HSL 183.33º 0.94% 0.3% -
HSV(B) 183.33º 0.97% 0.58% -
XYZ 15.01 21.25 31.74 -
YUV 101.25 154.94 59.35 -
System Red Green Blue C M Y K H S L
Decimal 5 141 149 0.97 0.05 0 0.42 183.33 0.94 0.3
Hex 5 8D 95 61 5 0 2A B7 5E 1E
Octal 5 215 225 141 5 0 52 267 136 36
Binary 101 10001101 10010101 1100001 101 0 101010 10110111 1011110 11110

Color Harmonies of #058D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D95

Black with #058D95

Text Example


Text Example

White with #058D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #058D95;
 }
 .AnyTagClassName
 {
   color: #058D95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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