Html Css Color HEX #057F54 Watercourse

📋 copy color: '#057F54'

red 5 ◦ green 127 ◦ blue 84

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

Shades of Watercourse #057F54

Tints of Watercourse #057F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.89%

R = 2.31%
G = 58.8%
B = 38.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#057F54 (or 0x057F54) is known color: Watercourse. HEX triplet: 05, 7F and 54. RGB value is (5,127,84). Sum of RGB (Red+Green+Blue) = 5+127+84=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 127 (50% from 255 or 58.80% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 127 - color contains mainly: green. Hex color #057F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057F54 is #FA80AB. Grayscale: #555555. Windows color (decimal): -16416940 or 5537541. OLE color: 5537541.

HSL color Cylindrical-coordinate representation of color #057F54: hue angle of 158.85º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057F54 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 127 84 -
CMYK 0.96 0 0.34 0.50
HSL 158.85º 0.92% 0.26% -
HSV(B) 158.85º 0.96% 0.5% -
XYZ 9.25 15.85 10.96 -
YUV 85.62 127.08 70.5 -
System Red Green Blue C M Y K H S L
Decimal 5 127 84 0.96 0 0.34 0.50 158.85 0.92 0.26
Hex 5 7F 54 60 0 22 32 9F 5C 1A
Octal 5 177 124 140 0 42 62 237 134 32
Binary 101 1111111 1010100 1100000 0 100010 110010 10011111 1011100 11010

Color Harmonies of #057F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057F54

Black with #057F54

Text Example


Text Example

White with #057F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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