Html Css Color HEX #05918D Dark Cyan

📋 copy color: '#05918D'

red 5 ◦ green 145 ◦ blue 141

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

Shades of Dark Cyan #05918D

Tints of Dark Cyan #05918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.83%

 BLUE value IS 141 (55.47% from 255) = 48.45%

R = 1.72%
G = 49.83%
B = 48.45%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#05918D (or 0x05918D) is known color: Dark Cyan. HEX triplet: 05, 91 and 8D. RGB value is (5,145,141). Sum of RGB (Red+Green+Blue) = 5+145+141=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #05918D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05918D is #FA6E72. Grayscale: #666666. Windows color (decimal): -16412275 or 9277701. OLE color: 9277701.

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

Color convert

RGB 5 145 141 -
CMYK 0.97 0 0.03 0.43
HSL 178.29º 0.93% 0.29% -
HSV(B) 178.29º 0.97% 0.57% -
XYZ 15 22.21 28.7 -
YUV 102.68 149.62 58.33 -
System Red Green Blue C M Y K H S L
Decimal 5 145 141 0.97 0 0.03 0.43 178.29 0.93 0.29
Hex 5 91 8D 61 0 3 2B B2 5D 1D
Octal 5 221 215 141 0 3 53 262 135 35
Binary 101 10010001 10001101 1100001 0 11 101011 10110010 1011101 11101

Color Harmonies of #05918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05918D

Black with #05918D

Text Example


Text Example

White with #05918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05918D; }

 p { color: rgb(5,145,141); }

 H1.HeaderClassName
 {
   color: #05918D;
 }
 .AnyTagClassName
 {
   color: #05918D;
 }
</style>

background-color css

<style>
 a { background-color: #05918D; }

 a { background-color: rgb(5,145,141); }

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

border-color css

<style>
 span { border-color: #05918D; }

 span { border-color: rgb(5,145,141); }

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