Html Css Color HEX #05694F Watercourse

📋 copy color: '#05694F'

red 5 ◦ green 105 ◦ blue 79

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

Shades of Watercourse #05694F

Tints of Watercourse #05694F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 55.56%

 BLUE value IS 79 (31.25% from 255) = 41.8%

R = 2.65%
G = 55.56%
B = 41.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#05694F (or 0x05694F) is known color: Watercourse. HEX triplet: 05, 69 and 4F. RGB value is (5,105,79). Sum of RGB (Red+Green+Blue) = 5+105+79=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #05694F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05694F is #FA96B0. Grayscale: #484848. Windows color (decimal): -16422577 or 5204229. OLE color: 5204229.

HSL color Cylindrical-coordinate representation of color #05694F: hue angle of 164.4º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05694F is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 105 79 -
CMYK 0.95 0 0.25 0.59
HSL 164.4º 0.91% 0.22% -
HSV(B) 164.4º 0.95% 0.41% -
XYZ 6.53 10.7 9.12 -
YUV 72.14 131.87 80.11 -
System Red Green Blue C M Y K H S L
Decimal 5 105 79 0.95 0 0.25 0.59 164.4 0.91 0.22
Hex 5 69 4F 5F 0 19 3B A4 5B 16
Octal 5 151 117 137 0 31 73 244 133 26
Binary 101 1101001 1001111 1011111 0 11001 111011 10100100 1011011 10110

Color Harmonies of #05694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05694F

Black with #05694F

Text Example


Text Example

White with #05694F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05694F; }

 p { color: rgb(5,105,79); }

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

background-color css

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

 a { background-color: rgb(5,105,79); }

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

border-color css

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

 span { border-color: rgb(5,105,79); }

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