Html Css Color HEX #05634D Watercourse

📋 copy color: '#05634D'

red 5 ◦ green 99 ◦ blue 77

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

Shades of Watercourse #05634D

Tints of Watercourse #05634D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 54.7%

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

R = 2.76%
G = 54.7%
B = 42.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#05634D (or 0x05634D) is known color: Watercourse. HEX triplet: 05, 63 and 4D. RGB value is (5,99,77). Sum of RGB (Red+Green+Blue) = 5+99+77=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #05634D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05634D is #FA9CB2. Grayscale: #444444. Windows color (decimal): -16424115 or 5071621. OLE color: 5071621.

HSL color Cylindrical-coordinate representation of color #05634D: hue angle of 165.96º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05634D is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 99 77 -
CMYK 0.95 0 0.22 0.61
HSL 165.96º 0.9% 0.2% -
HSV(B) 165.96º 0.95% 0.39% -
XYZ 5.86 9.49 8.54 -
YUV 68.39 132.86 82.79 -
System Red Green Blue C M Y K H S L
Decimal 5 99 77 0.95 0 0.22 0.61 165.96 0.9 0.2
Hex 5 63 4D 5F 0 16 3D A6 5A 14
Octal 5 143 115 137 0 26 75 246 132 24
Binary 101 1100011 1001101 1011111 0 10110 111101 10100110 1011010 10100

Color Harmonies of #05634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05634D

Black with #05634D

Text Example


Text Example

White with #05634D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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