Html Css Color HEX #05958B Dark Cyan

📋 copy color: '#05958B'

red 5 ◦ green 149 ◦ blue 139

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

Shades of Dark Cyan #05958B

Tints of Dark Cyan #05958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.44%

R = 1.71%
G = 50.85%
B = 47.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#05958B (or 0x05958B) is known color: Dark Cyan. HEX triplet: 05, 95 and 8B. RGB value is (5,149,139). Sum of RGB (Red+Green+Blue) = 5+149+139=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #05958B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05958B is #FA6A74. Grayscale: #686868. Windows color (decimal): -16411253 or 9147653. OLE color: 9147653.

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

Color convert

RGB 5 149 139 -
CMYK 0.97 0 0.07 0.42
HSL 175.83º 0.94% 0.3% -
HSV(B) 175.83º 0.97% 0.58% -
XYZ 15.47 23.39 28.13 -
YUV 104.8 147.29 56.81 -
System Red Green Blue C M Y K H S L
Decimal 5 149 139 0.97 0 0.07 0.42 175.83 0.94 0.3
Hex 5 95 8B 61 0 7 2A B0 5E 1E
Octal 5 225 213 141 0 7 52 260 136 36
Binary 101 10010101 10001011 1100001 0 111 101010 10110000 1011110 11110

Color Harmonies of #05958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05958B

Black with #05958B

Text Example


Text Example

White with #05958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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