Html Css Color HEX #056551 Watercourse

📋 copy color: '#056551'

red 5 ◦ green 101 ◦ blue 81

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

Shades of Watercourse #056551

Tints of Watercourse #056551

RGB

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

 GREEN value IS 101 (39.84% from 255) = 54.01%

 BLUE value IS 81 (32.03% from 255) = 43.32%

R = 2.67%
G = 54.01%
B = 43.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#056551 (or 0x056551) is known color: Watercourse. HEX triplet: 05, 65 and 51. RGB value is (5,101,81). Sum of RGB (Red+Green+Blue) = 5+101+81=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 101 (39.84% from 255 or 54.01% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 101 - color contains mainly: green. Hex color #056551 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056551 is #FA9AAE. Grayscale: #464646. Windows color (decimal): -16423599 or 5334277. OLE color: 5334277.

HSL color Cylindrical-coordinate representation of color #056551: hue angle of 167.5º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056551 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 101 81 -
CMYK 0.95 0 0.20 0.60
HSL 167.5º 0.91% 0.21% -
HSV(B) 167.5º 0.95% 0.4% -
XYZ 6.2 9.93 9.38 -
YUV 70.02 134.2 81.63 -
System Red Green Blue C M Y K H S L
Decimal 5 101 81 0.95 0 0.20 0.60 167.5 0.91 0.21
Hex 5 65 51 5F 0 14 3C A8 5B 15
Octal 5 145 121 137 0 24 74 250 133 25
Binary 101 1100101 1010001 1011111 0 10100 111100 10101000 1011011 10101

Color Harmonies of #056551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056551

Black with #056551

Text Example


Text Example

White with #056551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056551; }

 p { color: rgb(5,101,81); }

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

background-color css

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

 a { background-color: rgb(5,101,81); }

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

border-color css

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

 span { border-color: rgb(5,101,81); }

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