Html Css Color HEX #05878A Dark Cyan

📋 copy color: '#05878A'

red 5 ◦ green 135 ◦ blue 138

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

Shades of Dark Cyan #05878A

Tints of Dark Cyan #05878A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 49.64%

R = 1.8%
G = 48.56%
B = 49.64%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#05878A (or 0x05878A) is known color: Dark Cyan. HEX triplet: 05, 87 and 8A. RGB value is (5,135,138). Sum of RGB (Red+Green+Blue) = 5+135+138=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #05878A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05878A is #FA7875. Grayscale: #606060. Windows color (decimal): -16414838 or 9078533. OLE color: 9078533.

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

Color convert

RGB 5 135 138 -
CMYK 0.96 0.02 0 0.46
HSL 181.35º 0.93% 0.28% -
HSV(B) 181.35º 0.96% 0.54% -
XYZ 13.31 19.2 27.05 -
YUV 96.47 151.43 62.76 -
System Red Green Blue C M Y K H S L
Decimal 5 135 138 0.96 0.02 0 0.46 181.35 0.93 0.28
Hex 5 87 8A 60 2 0 2E B5 5D 1C
Octal 5 207 212 140 2 0 56 265 135 34
Binary 101 10000111 10001010 1100000 10 0 101110 10110101 1011101 11100

Color Harmonies of #05878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05878A

Black with #05878A

Text Example


Text Example

White with #05878A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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