Html Css Color HEX #05878C Dark Cyan

📋 copy color: '#05878C'

red 5 ◦ green 135 ◦ blue 140

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

Shades of Dark Cyan #05878C

Tints of Dark Cyan #05878C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.21%

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

R = 1.79%
G = 48.21%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05878C (or 0x05878C) is known color: Dark Cyan. HEX triplet: 05, 87 and 8C. RGB value is (5,135,140). Sum of RGB (Red+Green+Blue) = 5+135+140=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #05878C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05878C is #FA7873. Grayscale: #606060. Windows color (decimal): -16414836 or 9209605. OLE color: 9209605.

HSL color Cylindrical-coordinate representation of color #05878C: hue angle of 182.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05878C is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 135 140 -
CMYK 0.96 0.04 0 0.45
HSL 182.22º 0.93% 0.28% -
HSV(B) 182.22º 0.96% 0.55% -
XYZ 13.46 19.25 27.82 -
YUV 96.7 152.43 62.59 -
System Red Green Blue C M Y K H S L
Decimal 5 135 140 0.96 0.04 0 0.45 182.22 0.93 0.28
Hex 5 87 8C 60 4 0 2D B6 5D 1C
Octal 5 207 214 140 4 0 55 266 135 34
Binary 101 10000111 10001100 1100000 100 0 101101 10110110 1011101 11100

Color Harmonies of #05878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05878C

Black with #05878C

Text Example


Text Example

White with #05878C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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