Html Css Color HEX #05858B Dark Cyan

📋 copy color: '#05858B'

red 5 ◦ green 133 ◦ blue 139

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

Shades of Dark Cyan #05858B

Tints of Dark Cyan #05858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.01%

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

R = 1.81%
G = 48.01%
B = 50.18%

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

#05858B (or 0x05858B) is known color: Dark Cyan. HEX triplet: 05, 85 and 8B. RGB value is (5,133,139). Sum of RGB (Red+Green+Blue) = 5+133+139=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #05858B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05858B is #FA7A74. Grayscale: #5F5F5F. Windows color (decimal): -16415349 or 9143557. OLE color: 9143557.

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

Color convert

RGB 5 133 139 -
CMYK 0.96 0.04 0 0.45
HSL 182.69º 0.93% 0.28% -
HSV(B) 182.69º 0.96% 0.55% -
XYZ 13.11 18.67 27.34 -
YUV 95.41 152.59 63.51 -
System Red Green Blue C M Y K H S L
Decimal 5 133 139 0.96 0.04 0 0.45 182.69 0.93 0.28
Hex 5 85 8B 60 4 0 2D B7 5D 1C
Octal 5 205 213 140 4 0 55 267 135 34
Binary 101 10000101 10001011 1100000 100 0 101101 10110111 1011101 11100

Color Harmonies of #05858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05858B

Black with #05858B

Text Example


Text Example

White with #05858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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