#057F8D

Color #057F8D Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #057F8D

Tints of Dark Cyan #057F8D

Color information

#057F8D (or 0x057F8D) is unknown color: approx Dark Cyan. HEX triplet: 05, 7F and 8D. RGB value is (5,127,141). Sum of RGB (Red+Green+Blue) = 5+127+141=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #057F8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057F8D is #FA8072. Grayscale: #5B5B5B. Windows color (decimal): -16416883 or 9273093. OLE color: 9273093.

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

Color convert

RGB5127141-
CMYK0.960.1000.45
HSL186.18º93.15%28.63%-
HSV(B)186.18º96.45%55.29%-
XYZ12.4617.1327.85-
YUV92.12155.5865.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.83%
GREEN value IS 127 (50% from 255) = 46.52%
BLUE value IS 141 (55.47% from 255) = 51.65%
R=1.83%
G=46.52%
B=51.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51271410.960.1000.45186.1893.1528.63
Hex57F8D60A02Dba5d1d
Octal51772151401205527213535
Binary10111111111000110111000001010010110110111010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #057F8D;
 }
 .AnyTagClassName
 {
   color: #057F8D;
 }
</style>
background-color css

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

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

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

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

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

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