Html Css Color HEX #05888A Dark Cyan

📋 copy color: '#05888A'

red 5 ◦ green 136 ◦ blue 138

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

Shades of Dark Cyan #05888A

Tints of Dark Cyan #05888A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.75%

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

R = 1.79%
G = 48.75%
B = 49.46%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#05888A (or 0x05888A) is known color: Dark Cyan. HEX triplet: 05, 88 and 8A. RGB value is (5,136,138). Sum of RGB (Red+Green+Blue) = 5+136+138=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #05888A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05888A is #FA7775. Grayscale: #606060. Windows color (decimal): -16414582 or 9078789. OLE color: 9078789.

HSL color Cylindrical-coordinate representation of color #05888A: hue angle of 180.9º 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 #05888A is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 136 138 -
CMYK 0.96 0.01 0 0.46
HSL 180.9º 0.93% 0.28% -
HSV(B) 180.9º 0.96% 0.54% -
XYZ 13.45 19.48 27.09 -
YUV 97.06 151.1 62.34 -
System Red Green Blue C M Y K H S L
Decimal 5 136 138 0.96 0.01 0 0.46 180.9 0.93 0.28
Hex 5 88 8A 60 1 0 2E B5 5D 1C
Octal 5 210 212 140 1 0 56 265 135 34
Binary 101 10001000 10001010 1100000 1 0 101110 10110101 1011101 11100

Color Harmonies of #05888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05888A

Black with #05888A

Text Example


Text Example

White with #05888A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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