Html Css Color HEX #05664E Watercourse

📋 copy color: '#05664E'

red 5 ◦ green 102 ◦ blue 78

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

Shades of Watercourse #05664E

Tints of Watercourse #05664E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 55.14%

 BLUE value IS 78 (30.86% from 255) = 42.16%

R = 2.7%
G = 55.14%
B = 42.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.6

RGB Variations

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

Color information

#05664E (or 0x05664E) is known color: Watercourse. HEX triplet: 05, 66 and 4E. RGB value is (5,102,78). Sum of RGB (Red+Green+Blue) = 5+102+78=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #05664E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05664E is #FA99B1. Grayscale: #464646. Windows color (decimal): -16423346 or 5137925. OLE color: 5137925.

HSL color Cylindrical-coordinate representation of color #05664E: hue angle of 165.15º 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 #05664E is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB 5 102 78 -
CMYK 0.95 0 0.24 0.6
HSL 165.15º 0.91% 0.21% -
HSV(B) 165.15º 0.95% 0.4% -
XYZ 6.19 10.09 8.83 -
YUV 70.26 132.36 81.45 -
System Red Green Blue C M Y K H S L
Decimal 5 102 78 0.95 0 0.24 0.6 165.15 0.91 0.21
Hex 5 66 4E 5F 0 18 3C A5 5B 15
Octal 5 146 116 137 0 30 74 245 133 25
Binary 101 1100110 1001110 1011111 0 11000 111100 10100101 1011011 10101

Color Harmonies of #05664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05664E

Black with #05664E

Text Example


Text Example

White with #05664E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05664E; }

 p { color: rgb(5,102,78); }

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

background-color css

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

 a { background-color: rgb(5,102,78); }

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

border-color css

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

 span { border-color: rgb(5,102,78); }

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