Html Css Color HEX #058C95 Dark Cyan

📋 copy color: '#058C95'

red 5 ◦ green 140 ◦ blue 149

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

Shades of Dark Cyan #058C95

Tints of Dark Cyan #058C95

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.62%

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

R = 1.7%
G = 47.62%
B = 50.68%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#058C95 (or 0x058C95) is known color: Dark Cyan. HEX triplet: 05, 8C and 95. RGB value is (5,140,149). Sum of RGB (Red+Green+Blue) = 5+140+149=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 140 (55.08% from 255 or 47.62% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #058C95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058C95 is #FA736A. Grayscale: #646464. Windows color (decimal): -16413547 or 9800709. OLE color: 9800709.

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

Color convert

RGB 5 140 149 -
CMYK 0.97 0.06 0 0.42
HSL 183.75º 0.94% 0.3% -
HSV(B) 183.75º 0.97% 0.58% -
XYZ 14.87 20.96 31.7 -
YUV 100.66 155.27 59.77 -
System Red Green Blue C M Y K H S L
Decimal 5 140 149 0.97 0.06 0 0.42 183.75 0.94 0.3
Hex 5 8C 95 61 6 0 2A B8 5E 1E
Octal 5 214 225 141 6 0 52 270 136 36
Binary 101 10001100 10010101 1100001 110 0 101010 10111000 1011110 11110

Color Harmonies of #058C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C95

Black with #058C95

Text Example


Text Example

White with #058C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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