Html Css Color HEX #05684C Watercourse

📋 copy color: '#05684C'

red 5 ◦ green 104 ◦ blue 76

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

Shades of Watercourse #05684C

Tints of Watercourse #05684C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 56.22%

 BLUE value IS 76 (30.08% from 255) = 41.08%

R = 2.7%
G = 56.22%
B = 41.08%

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

#05684C (or 0x05684C) is known color: Watercourse. HEX triplet: 05, 68 and 4C. RGB value is (5,104,76). Sum of RGB (Red+Green+Blue) = 5+104+76=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #05684C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05684C is #FA97B3. Grayscale: #474747. Windows color (decimal): -16422836 or 5007365. OLE color: 5007365.

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

Color convert

RGB 5 104 76 -
CMYK 0.95 0 0.27 0.59
HSL 163.03º 0.91% 0.21% -
HSV(B) 163.03º 0.95% 0.41% -
XYZ 6.32 10.45 8.52 -
YUV 71.21 130.7 80.78 -
System Red Green Blue C M Y K H S L
Decimal 5 104 76 0.95 0 0.27 0.59 163.03 0.91 0.21
Hex 5 68 4C 5F 0 1B 3B A3 5B 15
Octal 5 150 114 137 0 33 73 243 133 25
Binary 101 1101000 1001100 1011111 0 11011 111011 10100011 1011011 10101

Color Harmonies of #05684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05684C

Black with #05684C

Text Example


Text Example

White with #05684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05684C; }

 p { color: rgb(5,104,76); }

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

background-color css

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

 a { background-color: rgb(5,104,76); }

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

border-color css

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

 span { border-color: rgb(5,104,76); }

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