Html Css Color HEX #058F94 Dark Cyan

📋 copy color: '#058F94'

red 5 ◦ green 143 ◦ blue 148

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

Shades of Dark Cyan #058F94

Tints of Dark Cyan #058F94

RGB

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

 GREEN value IS 143 (56.25% from 255) = 48.31%

 BLUE value IS 148 (58.2% from 255) = 50%

R = 1.69%
G = 48.31%
B = 50%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#058F94 (or 0x058F94) is known color: Dark Cyan. HEX triplet: 05, 8F and 94. RGB value is (5,143,148). Sum of RGB (Red+Green+Blue) = 5+143+148=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 143 (56.25% from 255 or 48.31% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #058F94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058F94 is #FA706B. Grayscale: #666666. Windows color (decimal): -16412780 or 9735941. OLE color: 9735941.

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

Color convert

RGB 5 143 148 -
CMYK 0.97 0.03 0 0.42
HSL 182.1º 0.93% 0.3% -
HSV(B) 182.1º 0.97% 0.58% -
XYZ 15.23 21.82 31.43 -
YUV 102.31 153.78 58.59 -
System Red Green Blue C M Y K H S L
Decimal 5 143 148 0.97 0.03 0 0.42 182.1 0.93 0.3
Hex 5 8F 94 61 3 0 2A B6 5D 1E
Octal 5 217 224 141 3 0 52 266 135 36
Binary 101 10001111 10010100 1100001 11 0 101010 10110110 1011101 11110

Color Harmonies of #058F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F94

Black with #058F94

Text Example


Text Example

White with #058F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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