Html Css Color HEX #057F90 Dark Cyan

📋 copy color: '#057F90'

red 5 ◦ green 127 ◦ blue 144

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

Shades of Dark Cyan #057F90

Tints of Dark Cyan #057F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.17%

R = 1.81%
G = 46.01%
B = 52.17%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#057F90 (or 0x057F90) is known color: Dark Cyan. HEX triplet: 05, 7F and 90. RGB value is (5,127,144). Sum of RGB (Red+Green+Blue) = 5+127+144=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #057F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057F90 is #FA806F. Grayscale: #5C5C5C. Windows color (decimal): -16416880 or 9469701. OLE color: 9469701.

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

Color convert

RGB 5 127 144 -
CMYK 0.97 0.12 0 0.44
HSL 187.34º 0.93% 0.29% -
HSV(B) 187.34º 0.97% 0.56% -
XYZ 12.69 17.22 29.04 -
YUV 92.46 157.08 65.62 -
System Red Green Blue C M Y K H S L
Decimal 5 127 144 0.97 0.12 0 0.44 187.34 0.93 0.29
Hex 5 7F 90 61 C 0 2C BB 5D 1D
Octal 5 177 220 141 14 0 54 273 135 35
Binary 101 1111111 10010000 1100001 1100 0 101100 10111011 1011101 11101

Color Harmonies of #057F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057F90

Black with #057F90

Text Example


Text Example

White with #057F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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