Html Css Color HEX #058B92 Dark Cyan

📋 copy color: '#058B92'

red 5 ◦ green 139 ◦ blue 146

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

Shades of Dark Cyan #058B92

Tints of Dark Cyan #058B92

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.93%

 BLUE value IS 146 (57.42% from 255) = 50.34%

R = 1.72%
G = 47.93%
B = 50.34%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#058B92 (or 0x058B92) is known color: Dark Cyan. HEX triplet: 05, 8B and 92. RGB value is (5,139,146). Sum of RGB (Red+Green+Blue) = 5+139+146=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #058B92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058B92 is #FA746D. Grayscale: #636363. Windows color (decimal): -16413806 or 9603845. OLE color: 9603845.

HSL color Cylindrical-coordinate representation of color #058B92: hue angle of 182.98º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058B92 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 139 146 -
CMYK 0.97 0.05 0 0.43
HSL 182.98º 0.93% 0.3% -
HSV(B) 182.98º 0.97% 0.57% -
XYZ 14.48 20.57 30.4 -
YUV 99.73 154.11 60.43 -
System Red Green Blue C M Y K H S L
Decimal 5 139 146 0.97 0.05 0 0.43 182.98 0.93 0.3
Hex 5 8B 92 61 5 0 2B B7 5D 1E
Octal 5 213 222 141 5 0 53 267 135 36
Binary 101 10001011 10010010 1100001 101 0 101011 10110111 1011101 11110

Color Harmonies of #058B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058B92

Black with #058B92

Text Example


Text Example

White with #058B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,139,146); }

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

background-color css

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

 a { background-color: rgb(5,139,146); }

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

border-color css

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

 span { border-color: rgb(5,139,146); }

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