Html Css Color HEX #057F8E Dark Cyan

📋 copy color: '#057F8E'

red 5 ◦ green 127 ◦ blue 142

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

Shades of Dark Cyan #057F8E

Tints of Dark Cyan #057F8E

RGB

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

 GREEN value IS 127 (50% from 255) = 46.35%

 BLUE value IS 142 (55.86% from 255) = 51.82%

R = 1.82%
G = 46.35%
B = 51.82%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#057F8E (or 0x057F8E) is known color: Dark Cyan. HEX triplet: 05, 7F and 8E. RGB value is (5,127,142). Sum of RGB (Red+Green+Blue) = 5+127+142=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #057F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057F8E is #FA8071. Grayscale: #5C5C5C. Windows color (decimal): -16416882 or 9338629. OLE color: 9338629.

HSL color Cylindrical-coordinate representation of color #057F8E: hue angle of 186.57º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057F8E is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 127 142 -
CMYK 0.96 0.11 0 0.44
HSL 186.57º 0.93% 0.29% -
HSV(B) 186.57º 0.96% 0.56% -
XYZ 12.53 17.16 28.24 -
YUV 92.23 156.08 65.78 -
System Red Green Blue C M Y K H S L
Decimal 5 127 142 0.96 0.11 0 0.44 186.57 0.93 0.29
Hex 5 7F 8E 60 B 0 2C BB 5D 1D
Octal 5 177 216 140 13 0 54 273 135 35
Binary 101 1111111 10001110 1100000 1011 0 101100 10111011 1011101 11101

Color Harmonies of #057F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057F8E

Black with #057F8E

Text Example


Text Example

White with #057F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057F8E; }

 p { color: rgb(5,127,142); }

 H1.HeaderClassName
 {
   color: #057F8E;
 }
 .AnyTagClassName
 {
   color: #057F8E;
 }
</style>

background-color css

<style>
 a { background-color: #057F8E; }

 a { background-color: rgb(5,127,142); }

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

border-color css

<style>
 span { border-color: #057F8E; }

 span { border-color: rgb(5,127,142); }

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