Html Css Color HEX #05958C Dark Cyan

📋 copy color: '#05958C'

red 5 ◦ green 149 ◦ blue 140

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

Shades of Dark Cyan #05958C

Tints of Dark Cyan #05958C

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 5 149 140 -
CMYK 0.97 0 0.06 0.42
HSL 176.25º 0.94% 0.3% -
HSV(B) 176.25º 0.97% 0.58% -
XYZ 15.54 23.42 28.51 -
YUV 104.92 147.79 56.73 -
System Red Green Blue C M Y K H S L
Decimal 5 149 140 0.97 0 0.06 0.42 176.25 0.94 0.3
Hex 5 95 8C 61 0 6 2A B0 5E 1E
Octal 5 225 214 141 0 6 52 260 136 36
Binary 101 10010101 10001100 1100001 0 110 101010 10110000 1011110 11110

Color Harmonies of #05958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05958C

Black with #05958C

Text Example


Text Example

White with #05958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05958C; }

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

 H1.HeaderClassName
 {
   color: #05958C;
 }
 .AnyTagClassName
 {
   color: #05958C;
 }
</style>

background-color css

<style>
 a { background-color: #05958C; }

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

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

border-color css

<style>
 span { border-color: #05958C; }

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

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