Html Css Color HEX #058C93 Dark Cyan

📋 copy color: '#058C93'

red 5 ◦ green 140 ◦ blue 147

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

Shades of Dark Cyan #058C93

Tints of Dark Cyan #058C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 50.34%

R = 1.71%
G = 47.95%
B = 50.34%

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

#058C93 (or 0x058C93) is known color: Dark Cyan. HEX triplet: 05, 8C and 93. RGB value is (5,140,147). Sum of RGB (Red+Green+Blue) = 5+140+147=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #058C93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058C93 is #FA736C. Grayscale: #646464. Windows color (decimal): -16413549 or 9669637. OLE color: 9669637.

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

Color convert

RGB 5 140 147 -
CMYK 0.97 0.05 0 0.42
HSL 182.96º 0.93% 0.3% -
HSV(B) 182.96º 0.97% 0.58% -
XYZ 14.71 20.9 30.86 -
YUV 100.43 154.27 59.93 -
System Red Green Blue C M Y K H S L
Decimal 5 140 147 0.97 0.05 0 0.42 182.96 0.93 0.3
Hex 5 8C 93 61 5 0 2A B7 5D 1E
Octal 5 214 223 141 5 0 52 267 135 36
Binary 101 10001100 10010011 1100001 101 0 101010 10110111 1011101 11110

Color Harmonies of #058C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C93

Black with #058C93

Text Example


Text Example

White with #058C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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