Html Css Color HEX #05928F Dark Cyan

📋 copy color: '#05928F'

red 5 ◦ green 146 ◦ blue 143

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

Shades of Dark Cyan #05928F

Tints of Dark Cyan #05928F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.66%

 BLUE value IS 143 (56.25% from 255) = 48.64%

R = 1.7%
G = 49.66%
B = 48.64%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#05928F (or 0x05928F) is known color: Dark Cyan. HEX triplet: 05, 92 and 8F. RGB value is (5,146,143). Sum of RGB (Red+Green+Blue) = 5+146+143=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #05928F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05928F is #FA6D70. Grayscale: #676767. Windows color (decimal): -16412017 or 9409029. OLE color: 9409029.

HSL color Cylindrical-coordinate representation of color #05928F: hue angle of 178.72º 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 #05928F is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 146 143 -
CMYK 0.97 0 0.02 0.43
HSL 178.72º 0.93% 0.3% -
HSV(B) 178.72º 0.97% 0.57% -
XYZ 15.3 22.57 29.54 -
YUV 103.5 150.29 57.74 -
System Red Green Blue C M Y K H S L
Decimal 5 146 143 0.97 0 0.02 0.43 178.72 0.93 0.3
Hex 5 92 8F 61 0 2 2B B3 5D 1E
Octal 5 222 217 141 0 2 53 263 135 36
Binary 101 10010010 10001111 1100001 0 10 101011 10110011 1011101 11110

Color Harmonies of #05928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05928F

Black with #05928F

Text Example


Text Example

White with #05928F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05928F; }

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

 H1.HeaderClassName
 {
   color: #05928F;
 }
 .AnyTagClassName
 {
   color: #05928F;
 }
</style>

background-color css

<style>
 a { background-color: #05928F; }

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

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

border-color css

<style>
 span { border-color: #05928F; }

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

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