Html Css Color HEX #05694D Watercourse

📋 copy color: '#05694D'

red 5 ◦ green 105 ◦ blue 77

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

Shades of Watercourse #05694D

Tints of Watercourse #05694D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 41.18%

R = 2.67%
G = 56.15%
B = 41.18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#05694D (or 0x05694D) is known color: Watercourse. HEX triplet: 05, 69 and 4D. RGB value is (5,105,77). Sum of RGB (Red+Green+Blue) = 5+105+77=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #05694D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05694D is #FA96B2. Grayscale: #474747. Windows color (decimal): -16422579 or 5073157. OLE color: 5073157.

HSL color Cylindrical-coordinate representation of color #05694D: hue angle of 163.2º 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 #05694D is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 105 77 -
CMYK 0.95 0 0.27 0.59
HSL 163.2º 0.91% 0.22% -
HSV(B) 163.2º 0.95% 0.41% -
XYZ 6.45 10.67 8.74 -
YUV 71.91 130.87 80.28 -
System Red Green Blue C M Y K H S L
Decimal 5 105 77 0.95 0 0.27 0.59 163.2 0.91 0.22
Hex 5 69 4D 5F 0 1B 3B A3 5B 16
Octal 5 151 115 137 0 33 73 243 133 26
Binary 101 1101001 1001101 1011111 0 11011 111011 10100011 1011011 10110

Color Harmonies of #05694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05694D

Black with #05694D

Text Example


Text Example

White with #05694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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