Html Css Color HEX #05868B Dark Cyan

📋 copy color: '#05868B'

red 5 ◦ green 134 ◦ blue 139

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

Shades of Dark Cyan #05868B

Tints of Dark Cyan #05868B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.2%

 BLUE value IS 139 (54.69% from 255) = 50%

R = 1.8%
G = 48.2%
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

#05868B (or 0x05868B) is known color: Dark Cyan. HEX triplet: 05, 86 and 8B. RGB value is (5,134,139). Sum of RGB (Red+Green+Blue) = 5+134+139=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #05868B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05868B is #FA7974. Grayscale: #5F5F5F. Windows color (decimal): -16415093 or 9143813. OLE color: 9143813.

HSL color Cylindrical-coordinate representation of color #05868B: hue angle of 182.24º 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 #05868B is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 134 139 -
CMYK 0.96 0.04 0 0.45
HSL 182.24º 0.93% 0.28% -
HSV(B) 182.24º 0.96% 0.55% -
XYZ 13.25 18.95 27.38 -
YUV 96 152.26 63.09 -
System Red Green Blue C M Y K H S L
Decimal 5 134 139 0.96 0.04 0 0.45 182.24 0.93 0.28
Hex 5 86 8B 60 4 0 2D B6 5D 1C
Octal 5 206 213 140 4 0 55 266 135 34
Binary 101 10000110 10001011 1100000 100 0 101101 10110110 1011101 11100

Color Harmonies of #05868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05868B

Black with #05868B

Text Example


Text Example

White with #05868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05868B; }

 p { color: rgb(5,134,139); }

 H1.HeaderClassName
 {
   color: #05868B;
 }
 .AnyTagClassName
 {
   color: #05868B;
 }
</style>

background-color css

<style>
 a { background-color: #05868B; }

 a { background-color: rgb(5,134,139); }

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

border-color css

<style>
 span { border-color: #05868B; }

 span { border-color: rgb(5,134,139); }

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